sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 916a354db8eb851bff6ff2e3f2e08727d132a8dc
parent 6f8d386581331d9bfe6c91411bd1d963c3521dec
Author: Gaute Hope <eg@gaute.vetsj.com>
Date:   Mon, 28 Oct 2013 16:22:25 +0100

s|returnded|returned|

Diffstat:
M lib/sup/message_chunks.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/message_chunks.rb b/lib/sup/message_chunks.rb
@@ -192,7 +192,7 @@ EOS
       end
     end
 
-    ## note that the path returnded from write_to_disk is
+    ## note that the path returned from write_to_disk is
     ## Shellwords.escaped and is intended to be used without single
     ## or double quotes. the use of either opens sup up for remote
     ## code injection in the file name.