}
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]);
$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']) {