From: wmorgan Date: Tue, 17 Jul 2007 16:00:21 +0000 (+0000) Subject: bugfix: typo X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=43a3ffbcf92e977ec876eee75bdec14857553f0c;p=sup bugfix: typo git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@500 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- 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