aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/commands.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/rails_generator/commands.rb')
-rw-r--r--railties/lib/rails_generator/commands.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/lib/rails_generator/commands.rb b/railties/lib/rails_generator/commands.rb
index 9b8ca01ad2..5f37992d77 100644
--- a/railties/lib/rails_generator/commands.rb
+++ b/railties/lib/rails_generator/commands.rb
@@ -307,7 +307,7 @@ end_message
unless options[:pretend]
if options[:svn]
# If the file has been marked to be added
- # but has not yet been checked in, revert and elete
+ # but has not yet been checked in, revert and delete
if options[:svn][relative_destination]
system("svn revert #{destination}")
FileUtils.rm(destination)
@@ -343,7 +343,7 @@ end_message
unless options[:pretend]
if options[:svn]
# If the directory has been marked to be added
- # but has not yet been checked in, revert and elete
+ # but has not yet been checked in, revert and delete
if options[:svn][relative_path]
system("svn revert #{path}")
FileUtils.rmdir(path)