From cd82c07fb536717d8e4850f3f59e5b549fdfa67d Mon Sep 17 00:00:00 2001 From: wmorgan Date: Mon, 18 Jun 2007 15:11:19 +0000 Subject: [PATCH] typo git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@464 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- lib/sup/message.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sup/message.rb b/lib/sup/message.rb index f104127..7a0d550 100644 --- 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 -- 2.45.2