Typo
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 21 Oct 2010 01:29:04 +0000 (19:29 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 21 Oct 2010 05:43:56 +0000 (23:43 -0600)
framework/Core/lib/Horde/Session.php

index 5a5d3a4..f25910a 100644 (file)
@@ -330,7 +330,7 @@ class Horde_Session implements ArrayAccess
     private function _offsetSet($ob, $value)
     {
         /* Each particular piece of session data is generally not used on any
-         * given page load.  Thus, for arrays ans objects, it is beneficial to
+         * given page load.  Thus, for arrays and objects, it is beneficial to
          * always convert to string representations so that the object/array
          * does not need to be rebuilt every time the session is reloaded. */
         if (is_object($value) || ($ob->type == 'object')) {