From 97f7644cda857131e4a6e2305d4ddce9c104b19e Mon Sep 17 00:00:00 2001 From: ian Date: Thu, 31 Jan 2008 12:48:30 -0500 Subject: [PATCH] sepuku -> seppuku --- bin/sup | 4 ++-- 1 file 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? -- 2.45.2