summaryrefslogtreecommitdiff
path: root/app/helpers/count_helper.rb
diff options
context:
space:
mode:
authorMichael Kozono <mkozono@gmail.com>2019-02-25 12:53:09 -0800
committerMichael Kozono <mkozono@gmail.com>2019-02-25 12:53:09 -0800
commitcae2c336819d1838507b0c5d21c609710b21ac4f (patch)
tree5bcac1fa18fa97dabc5fe4fd5ddd6297a963f72b /app/helpers/count_helper.rb
parentea6945b8113160f2009daa854e612eb009690a2a (diff)
downloadgitlab-ce-cae2c336819d1838507b0c5d21c609710b21ac4f.tar.gz
Revert "Merge branch 'fix-misspellings-app-comments' into 'master'"
This reverts commit 9202bbd129537a698b986e6295d0c783b5a84815, reversing changes made to 4b282e9ce1ae246c4538b3ede18d1380ea778029.
Diffstat (limited to 'app/helpers/count_helper.rb')
-rw-r--r--app/helpers/count_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/count_helper.rb b/app/helpers/count_helper.rb
index 62bb2e4da23..13839474e1f 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 efficient and it should be
+ # This makes querying this information a lot more effecient 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]