diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2007-09-28 14:18:47 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2007-09-28 14:18:47 +0000 |
commit | e3b49c052b497827c9f058feaa066bbfe184f4da (patch) | |
tree | 4224be14c405d38f7a8911f52360bdd0150673ce /railties/lib/rails_generator | |
parent | 7cb1f93bcccb2fe476c85e4df71eea06db9a3a5b (diff) | |
download | rails-e3b49c052b497827c9f058feaa066bbfe184f4da.tar.gz rails-e3b49c052b497827c9f058feaa066bbfe184f4da.tar.bz2 rails-e3b49c052b497827c9f058feaa066bbfe184f4da.zip |
Fixed spelling errors (closes #9706) [tarmo/rmm5t]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7666 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/lib/rails_generator')
-rw-r--r-- | railties/lib/rails_generator/base.rb | 2 | ||||
-rw-r--r-- | railties/lib/rails_generator/commands.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/railties/lib/rails_generator/base.rb b/railties/lib/rails_generator/base.rb index 95d716fb90..b55a8db673 100644 --- a/railties/lib/rails_generator/base.rb +++ b/railties/lib/rails_generator/base.rb @@ -40,7 +40,7 @@ module Rails # directory. # # The filenames of the templates don't matter, but choose something that - # will be self-explatatory since you will be referencing these in the + # will be self-explanatory since you will be referencing these in the # +manifest+ method inside your generator subclass. # # diff --git a/railties/lib/rails_generator/commands.rb b/railties/lib/rails_generator/commands.rb index db9a087f29..4b6f7ecd15 100644 --- a/railties/lib/rails_generator/commands.rb +++ b/railties/lib/rails_generator/commands.rb @@ -260,7 +260,7 @@ module Rails end # Generate a file for a Rails application using an ERuby template. - # Looks up and evalutes a template by name and writes the result. + # Looks up and evaluates a template by name and writes the result. # # The ERB template uses explicit trim mode to best control the # proliferation of whitespace in generated code. <%- trims leading |