Commit 8a7d10af authored by Robert Schilling's avatar Robert Schilling

Merge pull request #7641 from cirosantilli/patch-4

Comment typo.
parents 48d8f993 5317c26c
......@@ -4,7 +4,7 @@ class CompareService
def execute(current_user, source_project, source_branch, target_project, target_branch)
# Try to compare branches to get commits list and diffs
#
# Note: Use satellite only when need to compare between to repos
# Note: Use satellite only when need to compare between two repos
# because satellites are slower then operations on bare repo
if target_project == source_project
Gitlab::CompareResult.new(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment