From 2073086f6c6f7ece8dbdcfa45a38d80c4817a49d Mon Sep 17 00:00:00 2001
From: ian <ian@lorf.org>
Date: Thu, 31 Jan 2008 12:48:30 -0500
Subject: [PATCH] sepuku -> seppuku

---
 bin/sup |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/sup b/bin/sup
index 7314227..95b0af7 100644
--- 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?
-- 
1.5.2.5

