Spelling.
authorMatt Selsky <selsky@columbia.edu>
Sat, 30 Jan 2010 23:46:05 +0000 (18:46 -0500)
committerMatt Selsky <selsky@columbia.edu>
Sat, 30 Jan 2010 23:46:05 +0000 (18:46 -0500)
imp/lib/Imap.php
imp/lib/Views/ListMessages.php

index 414c269..a881cdb 100644 (file)
@@ -102,7 +102,7 @@ class IMP_Imap
         }
 
         if (is_null($server)) {
-            /* Remove any prompt entires (underscores in front of key). */
+            /* Remove any prompt entries (underscores in front of key). */
             foreach (array_keys($servers) as $key) {
                 if ($key[0] == '_') {
                     unset($servers[$key]);
index 32c92f5..ef15ea8 100644 (file)
@@ -179,7 +179,7 @@ class IMP_Views_ListMessages
                 $cached = $GLOBALS['imp_imap']->ob()->utils->fromSequenceString($args['cache']);
                 $cached = array_flip(reset($cached));
 
-                /* Check for cached entires marked as changed via CONDSTORE
+                /* Check for cached entries marked as changed via CONDSTORE
                  * IMAP extension. If changed, resend the entire entry to
                  * update the browser cache (done below). */
                 if ($args['change']) {