aboutsummaryrefslogtreecommitdiffstats
path: root/railties/bin
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2004-12-23 01:11:41 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2004-12-23 01:11:41 +0000
commit8e413262d6cca1ea3b481b7fd7ebf34320425285 (patch)
treeaae9a1c1054066e43c90564c21552048d55e96a3 /railties/bin
parent1f94ac2c4571143ed90a145aea1b366f827e3b28 (diff)
downloadrails-8e413262d6cca1ea3b481b7fd7ebf34320425285.tar.gz
rails-8e413262d6cca1ea3b481b7fd7ebf34320425285.tar.bz2
rails-8e413262d6cca1ea3b481b7fd7ebf34320425285.zip
WordNet not Nets
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@265 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/bin')
-rwxr-xr-xrailties/bin/generate2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/bin/generate b/railties/bin/generate
index c034c57548..55c55724b1 100755
--- a/railties/bin/generate
+++ b/railties/bin/generate
@@ -27,7 +27,7 @@ unless ARGV.empty?
if synonyms = find_synonyms(generator.class_name) then
$stderr.puts(
- "", "Here are a few synonyms from WordNets. Maybe they will help you find an alternative name.",
+ "", "Here are a few synonyms from WordNet. Maybe they will help you find an alternative name.",
"", synonyms
)
end