fix typo in comment

This commit is contained in:
Ralf Becker 2012-11-19 08:24:47 +00:00
parent ec2ce0f943
commit 12fa75f978

View File

@ -1016,7 +1016,7 @@ class accounts
$account =& self::$request_cache[$account_id];
if (!isset($account)) // not in request cache --> try intance cache
if (!isset($account)) // not in request cache --> try instance cache
{
$account = egw_cache::getInstance(__CLASS__, 'account-'.$account_id);