summaryrefslogtreecommitdiff
path: root/app/services/compare_service.rb
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-08-29 20:11:57 +0200
committerCiro Santilli <ciro.santilli@gmail.com>2014-08-29 20:11:57 +0200
commitaf7b19003cc6183c0a43c2c7c6ee52691fef1069 (patch)
tree4cb4915501bb0afe7df6987f4d60908a556e44b0 /app/services/compare_service.rb
parent8a7d10af2329342ca003300847ace4793c66f854 (diff)
downloadgitlab-ce-af7b19003cc6183c0a43c2c7c6ee52691fef1069.tar.gz
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 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(