summaryrefslogtreecommitdiff
path: root/app/helpers
diff options
context:
space:
mode:
authorJohannes Schleifenbaum <johannes@js-webcoding.de>2013-07-29 10:08:15 +0200
committerJohannes Schleifenbaum <johannes@js-webcoding.de>2013-07-29 12:52:02 +0200
commitff6c31b9557eb0e15aa0ee9bdb8b214a1d302710 (patch)
tree5dfe93d0ff53d1ba4e87a78e17d4f30f8dba47f6 /app/helpers
parent14110af86a5b68227f8714a86e71dd6bdf6b0f62 (diff)
downloadgitlab-ci-ff6c31b9557eb0e15aa0ee9bdb8b214a1d302710.tar.gz
Fix typos
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/application_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index cb71770..be1aa00 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -96,7 +96,7 @@ module ApplicationHelper
args.any? { |v| v.to_s.downcase == controller.controller_name }
end
- # Check if a partcular action is the current one
+ # Check if a particular action is the current one
#
# args - One or more action names to check
#