Typo
authorMichael M Slusarz <slusarz@curecanti.org>
Sun, 29 Mar 2009 20:18:29 +0000 (14:18 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 30 Mar 2009 02:37:47 +0000 (20:37 -0600)
framework/Imap_Client/lib/Horde/Imap/Client/Exception.php

index f2ae3b4..4068838 100644 (file)
@@ -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.