From: Michael M Slusarz Date: Sun, 29 Mar 2009 20:18:29 +0000 (-0600) Subject: Typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=22499523ff452f35b44a155f47256a712cd1478e;p=horde.git Typo --- 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.