diff options
Diffstat (limited to 'actionmailer/Rakefile')
-rwxr-xr-x | actionmailer/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/Rakefile b/actionmailer/Rakefile index ab46b1bfae..64db41207f 100755 --- a/actionmailer/Rakefile +++ b/actionmailer/Rakefile @@ -29,7 +29,7 @@ Rake::TestTask.new { |t| } -# Genereate the RDoc documentation +# Generate the RDoc documentation Rake::RDocTask.new { |rdoc| rdoc.rdoc_dir = 'doc' rdoc.title = "Action Mailer -- Easy email delivery and testing" |