diff options
Diffstat (limited to 'railties/bin/generate')
-rwxr-xr-x | railties/bin/generate | 2 |
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 |