aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-11-06 22:03:06 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-11-06 22:03:30 +0530
commit4db1bd37cb017e983e5381ae1bec5d969b6eb253 (patch)
treefb4df138f46f550a8198afc8e6419d2a74537c95
parent9b46613780dcd0aa49abf49877baea274040c0b2 (diff)
downloadrails-4db1bd37cb017e983e5381ae1bec5d969b6eb253.tar.gz
rails-4db1bd37cb017e983e5381ae1bec5d969b6eb253.tar.bz2
rails-4db1bd37cb017e983e5381ae1bec5d969b6eb253.zip
fix typo
-rw-r--r--activesupport/lib/active_support/inflector/methods.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/inflector/methods.rb b/activesupport/lib/active_support/inflector/methods.rb
index 9eba02b6f0..282f46a836 100644
--- a/activesupport/lib/active_support/inflector/methods.rb
+++ b/activesupport/lib/active_support/inflector/methods.rb
@@ -298,7 +298,7 @@ module ActiveSupport
end
end
- # Applies inflection rules for +singluralize+ and +pluralize+.
+ # Applies inflection rules for +singuralize+ and +pluralize+.
#
# Examples:
# apply_inflections("post", inflections.plurals) # => "posts"