aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/plugin.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/commands/plugin.rb')
-rw-r--r--railties/lib/commands/plugin.rb2
1 files changed, 1 insertions, 1 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