aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib')
-rw-r--r--railties/lib/commands/plugin.rb2
-rw-r--r--railties/lib/rails_generator/base.rb2
-rw-r--r--railties/lib/rails_generator/commands.rb2
3 files changed, 3 insertions, 3 deletions
diff --git a/railties/lib/commands/plugin.rb b/railties/lib/commands/plugin.rb
index 196e159b0b..b0d1d50600 100644
--- a/railties/lib/commands/plugin.rb
+++ b/railties/lib/commands/plugin.rb
@@ -515,7 +515,7 @@ module Commands
o.on( "--local",
"List locally installed plugins.") {|@local| @remote = false}
o.on( "--remote",
- "List remotely availabled plugins. This is the default behavior",
+ "List remotely available plugins. This is the default behavior",
"unless --local is provided.") {|@remote|}
end
end
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