aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-11-08 10:37:06 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-11-08 10:37:06 +0530
commitf5ca190bd33722e6a9b3539968ae9f8ae01fb471 (patch)
tree84dbb888162bf4bab32846da009be5fe2488b15f
parent396638c3fd3408172f971a94b20c801eb4e91a1a (diff)
downloadrails-f5ca190bd33722e6a9b3539968ae9f8ae01fb471.tar.gz
rails-f5ca190bd33722e6a9b3539968ae9f8ae01fb471.tar.bz2
rails-f5ca190bd33722e6a9b3539968ae9f8ae01fb471.zip
fix typo again (Thanks Phillip Oertel)
-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 282f46a836..144cdd3c8f 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 +singuralize+ and +pluralize+.
+ # Applies inflection rules for +singularize+ and +pluralize+.
#
# Examples:
# apply_inflections("post", inflections.plurals) # => "posts"