diff options
author | Rémy Coutable <remy@rymai.me> | 2019-02-25 10:42:31 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-02-26 12:25:01 +0100 |
commit | f49aeacdd0b20cc270423409efaf82b26ced4836 (patch) | |
tree | dedb3e19d12ee75882fa900a842a4c794b4fb9cf /app/helpers/count_helper.rb | |
parent | e63d2e7d7573b76cd0693674821fb155bfb25d34 (diff) | |
download | gitlab-ce-f49aeacdd0b20cc270423409efaf82b26ced4836.tar.gz |
Merge branch 'fix-misspellings-app-comments' into 'master'
Fix misspellings in app/spec comments
See merge request gitlab-org/gitlab-ce!25517
Diffstat (limited to 'app/helpers/count_helper.rb')
-rw-r--r-- | app/helpers/count_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/count_helper.rb b/app/helpers/count_helper.rb index 13839474e1f..62bb2e4da23 100644 --- a/app/helpers/count_helper.rb +++ b/app/helpers/count_helper.rb @@ -13,7 +13,7 @@ module CountHelper # memberships, and deducting 1 for each root of the fork network. # This might be inacurate as the root of the fork network might have been deleted. # - # This makes querying this information a lot more effecient and it should be + # This makes querying this information a lot more efficient and it should be # accurate enough for the instance wide statistics def approximate_fork_count_with_delimiters(count_data) fork_network_count = count_data[ForkNetwork] |