diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | app/services/compare_service.rb | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md index f5f7a8aad49..6d87f314720 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ - [](https://ci.gitlab.org/projects/1?ref=master) on ci.gitlab.org (master branch) -- [](https://codeclimate.com/github/gitlabhq/gitlabhq) +- [](https://codeclimate.com/github/gitlabhq/gitlabhq) - [](https://coveralls.io/r/gitlabhq/gitlabhq) diff --git a/app/services/compare_service.rb b/app/services/compare_service.rb index c5e04702914..6aa9df4b194 100644 --- a/app/services/compare_service.rb +++ b/app/services/compare_service.rb @@ -4,8 +4,8 @@ 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 - # because satellites are slower then operations on bare repo + # Note: Use satellite only when need to compare between two repos + # because satellites are slower than operations on bare repo if target_project == source_project Gitlab::CompareResult.new( Gitlab::Git::Compare.new( |