From 5317c26cf75ef07ce21979ea4d3eb63f478fe242 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Fri, 29 Aug 2014 19:35:04 +0200 Subject: Comment typo. --- app/services/compare_service.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/services/compare_service.rb') 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( -- cgit v1.2.3