From: Michael M Slusarz Date: Thu, 21 Oct 2010 01:29:04 +0000 (-0600) Subject: Typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2c436a41e6a1aeb78f17c825888f1fbc4bd04789;p=horde.git Typo --- diff --git a/framework/Core/lib/Horde/Session.php b/framework/Core/lib/Horde/Session.php index 5a5d3a46c..f25910a91 100644 --- a/framework/Core/lib/Horde/Session.php +++ b/framework/Core/lib/Horde/Session.php @@ -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')) {