Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-08-29 21:35:04 +0400
committerCiro Santilli <ciro.santilli@gmail.com>2014-08-29 21:35:04 +0400
commit5317c26cf75ef07ce21979ea4d3eb63f478fe242 (patch)
tree355b87a7d93dae3152bf32977d153714cf3d670d /app/services/compare_service.rb
parent48d8f993c3667ef829936a6c4605af3b08c4bdde (diff)
Comment typo.
Diffstat (limited to 'app/services/compare_service.rb')
-rw-r--r--app/services/compare_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/compare_service.rb b/app/services/compare_service.rb
index c5e04702914..ea4eb0d4cf1 100644
--- a/app/services/compare_service.rb
+++ b/app/services/compare_service.rb
@@ -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(