diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-29 07:54:38 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-29 07:54:38 +0000 |
commit | 79dbf702ddacdf69d06b05b2d9bb788bfc6b265b (patch) | |
tree | e367d6d1ba65d30139ae43891b52edfe71be8fca /lib/net/imap.rb | |
parent | 7191aa1b41ecde2747988bc3070b28a27cca2aad (diff) | |
download | ruby-79dbf702ddacdf69d06b05b2d9bb788bfc6b265b.tar.gz ruby-79dbf702ddacdf69d06b05b2d9bb788bfc6b265b.tar.xz ruby-79dbf702ddacdf69d06b05b2d9bb788bfc6b265b.zip |
* exception message clean-up by Ian Macdonald <ian@caliban.org>.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/net/imap.rb')
-rw-r--r-- | lib/net/imap.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/imap.rb b/lib/net/imap.rb index 85bef3c39..641d50e41 100644 --- a/lib/net/imap.rb +++ b/lib/net/imap.rb @@ -859,7 +859,7 @@ module Net # :nodoc: # firewall. # Errno::ETIMEDOUT:: connection timed out (possibly due to packets # being dropped by an intervening firewall). - # Errno::NETUNREACH:: there is no route to that network. + # Errno::ENETUNREACH:: there is no route to that network. # SocketError:: hostname not known or other socket error. # Net::IMAP::ByeResponseError:: we connected to the host, but they # immediately said goodbye to us. |