Bug. 765828. Rewrote patch in order to process locales correctly. If locale
[squirrelmail.git] / functions / imap_general.php
index 819aa293bcf9de6b9cdc1fc04551685b855a795a..92bb13f4d914c99de2645c927512694573b63819 100755 (executable)
@@ -106,7 +106,7 @@ function sqimap_run_pipelined_command ($imap_stream, $aQueryList, $handle_errors
        connection because the number of queries is to large. This isn't tested
        but a wild guess how it could work in the field.
        
-       After testing it on Exchange 2000 we discovered that a chucksize of 32 
+       After testing it on Exchange 2000 we discovered that a chunksize of 32 
        was quicker then when we raised it to 128.
     */
     $iQueryCount = count($aQueryList);