From 12fa75f97854368f83ae19f01f3359757021e182 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 19 Nov 2012 08:24:47 +0000 Subject: [PATCH] fix typo in comment --- phpgwapi/inc/class.accounts.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.accounts.inc.php b/phpgwapi/inc/class.accounts.inc.php index 439a0cf212..9756fce2f7 100644 --- a/phpgwapi/inc/class.accounts.inc.php +++ b/phpgwapi/inc/class.accounts.inc.php @@ -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);