sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 97f7644cda857131e4a6e2305d4ddce9c104b19e
parent 177ac00f2014406d0716b4fa94bf92865448cddf
Author: ian <ian@lorf.org>
Date:   Thu, 31 Jan 2008 12:48:30 -0500

sepuku -> seppuku

Diffstat:
M bin/sup | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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?