]> git.notmuchmail.org Git - sup/commitdiff
typo
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Mon, 18 Jun 2007 15:11:19 +0000 (15:11 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Mon, 18 Jun 2007 15:11:19 +0000 (15:11 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@464 5c8cc53c-5e98-4d25-b20a-d8db53a31250

lib/sup/message.rb

index f1041274952f52e6f09dd18f9e7033add729fabf..7a0d550e618f2979883bcea969da48dcece3e2f3 100644 (file)
@@ -279,7 +279,7 @@ private
         if charset
           begin
             body = Iconv.iconv($encoding, charset, body).join
-          rescue Errno::EINVAL, Icon::InvalidEncoding, Iconv::IllegalSequence => e
+          rescue Errno::EINVAL, Iconv::InvalidEncoding, Iconv::IllegalSequence => e
             Redwood::log "warning: error decoding message body from #{charset}: #{e.message}"
           end
         end