diff options
author | Rick Olson <technoweenie@gmail.com> | 2008-04-01 20:55:45 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2008-04-01 20:55:45 +0000 |
commit | c4ccca1f847abedd9ae3863996552282e40d42ba (patch) | |
tree | b2d42aac8ee1633ce35d954bc4a529ec2d1964d8 /railties | |
parent | e0402fe0329fb4f631f49ddee466caace8ece192 (diff) | |
download | rails-c4ccca1f847abedd9ae3863996552282e40d42ba.tar.gz rails-c4ccca1f847abedd9ae3863996552282e40d42ba.tar.bz2 rails-c4ccca1f847abedd9ae3863996552282e40d42ba.zip |
spell check
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9205 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/initializer.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/initializer.rb b/railties/lib/initializer.rb index 05a71e6065..96e9adebc8 100644 --- a/railties/lib/initializer.rb +++ b/railties/lib/initializer.rb @@ -464,7 +464,7 @@ module Rails # A stub for setting options on ActiveRecord::Base attr_accessor :active_resource - # A stub for setting optinos on ActiveSupport + # A stub for setting options on ActiveSupport attr_accessor :active_support # Whether or not classes should be cached (set to false if you want |