Commit 5317c26c authored by Ciro Santilli's avatar Ciro Santilli

Comment typo.

parent 48d8f993
......@@ -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