]> git.cworth.org Git - sup/commitdiff
sepuku -> seppuku
authorian <ian@lorf.org>
Thu, 31 Jan 2008 17:48:30 +0000 (12:48 -0500)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Sun, 3 Feb 2008 04:53:42 +0000 (20:53 -0800)
bin/sup

diff --git a/bin/sup b/bin/sup
index 7314227859aadb65cbfbe1297aec45e29754fd85..95b0af7409b1aa72145df5375c278b5db5d24825 100644 (file)
--- a/bin/sup
+++ b/bin/sup
@@ -94,7 +94,7 @@ rescue Index::LockError => e
 
   case h.ask("Should I ask that process to kill itself? ")
   when /^\s*y\s*$/i
-    h.say "Ok, suggesting sepuku..."
+    h.say "Ok, suggesting seppuku..."
     FileUtils.touch Redwood::SUICIDE_FN
     sleep SuicideManager::DELAY * 2
     FileUtils.rm_f Redwood::SUICIDE_FN
@@ -298,7 +298,7 @@ ensure
   Redwood::log "stopped cursing"
 
   if SuicideManager.instantiated? && SuicideManager.die?
-    Redwood::log "I've been ordered to commit sepuku. I obey!"
+    Redwood::log "I've been ordered to commit seppuku. I obey!"
   end
 
   if $exceptions.empty?