]> git.cworth.org Git - sup/commitdiff
bugfix: typo
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Tue, 17 Jul 2007 16:00:21 +0000 (16:00 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Tue, 17 Jul 2007 16:00:21 +0000 (16:00 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@500 5c8cc53c-5e98-4d25-b20a-d8db53a31250

lib/sup/mbox.rb

index 97ddcbb84e03e4815038ee6b3c96f77b1dadf91c..7459e80baf3ae8b4cea158f8160e3ddcbfac9b07 100644 (file)
@@ -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