From 22499523ff452f35b44a155f47256a712cd1478e Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Sun, 29 Mar 2009 14:18:29 -0600 Subject: [PATCH] Typo --- framework/Imap_Client/lib/Horde/Imap/Client/Exception.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Imap_Client/lib/Horde/Imap/Client/Exception.php b/framework/Imap_Client/lib/Horde/Imap/Client/Exception.php index f2ae3b473..4068838fa 100644 --- a/framework/Imap_Client/lib/Horde/Imap/Client/Exception.php +++ b/framework/Imap_Client/lib/Horde/Imap/Client/Exception.php @@ -26,7 +26,7 @@ class Horde_Imap_Client_Exception extends Exception // There was an unrecoverable error in UTF7IMAP -> UTF8 conversion. const UTF7IMAP_CONVERSION = 3; - // The IMAP server sent ended the connection. + // The IMAP server ended the connection. const IMAP_DISCONNECT = 4; // The charset used in the search query is not supported on the server. -- 2.11.0