summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2014-08-29 21:49:03 +0200
committerRobert Schilling <rschilling@student.tugraz.at>2014-08-29 21:49:03 +0200
commitd7b66e60d247f2253442f86509b16bd9a53579cb (patch)
tree4cb4915501bb0afe7df6987f4d60908a556e44b0
parent8a7d10af2329342ca003300847ace4793c66f854 (diff)
parentaf7b19003cc6183c0a43c2c7c6ee52691fef1069 (diff)
downloadgitlab-ce-d7b66e60d247f2253442f86509b16bd9a53579cb.tar.gz
Merge pull request #7642 from cirosantilli/patch-5
Comment typo.
-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 ea4eb0d4cf1..6aa9df4b194 100644
--- a/app/services/compare_service.rb
+++ b/app/services/compare_service.rb
@@ -5,7 +5,7 @@ class CompareService
# Try to compare branches to get commits list and diffs
#
# Note: Use satellite only when need to compare between two repos
- # because satellites are slower then operations on bare repo
+ # because satellites are slower than operations on bare repo
if target_project == source_project
Gitlab::CompareResult.new(
Gitlab::Git::Compare.new(