aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/migrator.rb
diff options
context:
space:
mode:
authorMandar Gokhale2016-11-03 02:51:22 +0000
committerMandar Gokhale2016-11-03 12:09:44 +0000
commit0e15ffff627c17b6c83e7424c0f1357e99902802 (patch)
treee110fbab20670db220010b75f293e5b29862376a /Library/Homebrew/migrator.rb
parent2a865f085e7b900e3b09cc6df17ac1636fd55448 (diff)
downloadbrew-0e15ffff627c17b6c83e7424c0f1357e99902802.tar.bz2
Correct a few typos
...and update man pages where applicable
Diffstat (limited to 'Library/Homebrew/migrator.rb')
-rw-r--r--Library/Homebrew/migrator.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/migrator.rb b/Library/Homebrew/migrator.rb
index fe480cd3b..a80cf0c59 100644
--- a/Library/Homebrew/migrator.rb
+++ b/Library/Homebrew/migrator.rb
@@ -165,7 +165,7 @@ class Migrator
rescue Interrupt
ignore_interrupts { backup_oldname }
rescue Exception => e
- onoe "Error occured while migrating."
+ onoe "Error occurred while migrating."
puts e
puts e.backtrace if ARGV.debug?
puts "Backuping..."
@@ -293,7 +293,7 @@ class Migrator
end
end
- # Backup everything if errors occured while migrating.
+ # Backup everything if errors occurred while migrating.
def backup_oldname
unlink_oldname_opt
unlink_oldname_cellar