From 43a3ffbcf92e977ec876eee75bdec14857553f0c Mon Sep 17 00:00:00 2001 From: wmorgan Date: Tue, 17 Jul 2007 16:00:21 +0000 Subject: [PATCH] bugfix: typo git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@500 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- lib/sup/mbox.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sup/mbox.rb b/lib/sup/mbox.rb index 97ddcbb..7459e80 100644 --- a/lib/sup/mbox.rb +++ b/lib/sup/mbox.rb @@ -55,7 +55,7 @@ module MBox header[k] = begin Rfc2047.decode_to $encoding, v - rescue Errno::EINVAL, Icon::InvalidEncoding, Iconv::IllegalSequence => e + rescue Errno::EINVAL, Iconv::InvalidEncoding, Iconv::IllegalSequence => e Redwood::log "warning: error decoding RFC 2047 header: #{e.message}" v end -- 2.45.2