From: ian Date: Thu, 31 Jan 2008 17:48:30 +0000 (-0500) Subject: sepuku -> seppuku X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=97f7644cda857131e4a6e2305d4ddce9c104b19e;p=sup sepuku -> seppuku --- 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?