From: Matt Selsky Date: Sat, 30 Jan 2010 23:46:05 +0000 (-0500) Subject: Spelling. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8002b17057da4a459f86d1992a29cabec3f4441e;p=horde.git Spelling. --- diff --git a/imp/lib/Imap.php b/imp/lib/Imap.php index 414c26977..a881cdbd5 100644 --- a/imp/lib/Imap.php +++ b/imp/lib/Imap.php @@ -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]); diff --git a/imp/lib/Views/ListMessages.php b/imp/lib/Views/ListMessages.php index 32c92f5c8..ef15ea8d4 100644 --- a/imp/lib/Views/ListMessages.php +++ b/imp/lib/Views/ListMessages.php @@ -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']) {