summaryrefslogtreecommitdiff
path: root/app/helpers
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2019-02-25 17:08:04 +0900
committerTakuya Noguchi <takninnovationresearch@gmail.com>2019-02-25 17:25:19 +0900
commitbbf479a36c4d33acbd2246255b1f33ffb8c9624f (patch)
tree777817ba0687f26dfb5980b10f0d1e318887fa1e /app/helpers
parent9428db8ec834ada489c921ba1025b16af97e827f (diff)
downloadgitlab-ce-bbf479a36c4d33acbd2246255b1f33ffb8c9624f.tar.gz
Fix misspellings in app/spec comments
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Diffstat (limited to 'app/helpers')
-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 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]