commit cd82c07fb536717d8e4850f3f59e5b549fdfa67d
parent 81f806e535dd0ee10edbc114482f9a624b276e86
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date: Mon, 18 Jun 2007 15:11:19 +0000
typo
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@464 5c8cc53c-5e98-4d25-b20a-d8db53a31250
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/message.rb b/lib/sup/message.rb
@@ -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