diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-07-23 09:24:33 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-23 09:24:33 -0700 |
commit | 7f1a7ead589ce85e029ff0eb7f7e88bd04b8c8cb (patch) | |
tree | ba009e04e17052c7444fb6264bd837e216e608cd | |
parent | 216a21ba8a2580811596b353261dfb88e2b09bd6 (diff) |
Fix a typo in a comment
-rw-r--r-- | modules/gallery/helpers/access.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/access.php b/modules/gallery/helpers/access.php index b5be192c..c84527f4 100644 --- a/modules/gallery/helpers/access.php +++ b/modules/gallery/helpers/access.php @@ -142,7 +142,7 @@ class access_Core { * @param Group_Model $group * @param string $perm_name * @param Item_Model $item - * @return boolean access::ALLOW, ccess::DENY or access::INHERIT (null) for no intent + * @return boolean access::ALLOW, access::DENY or access::INHERIT (null) for no intent */ static function group_intent($group, $perm_name, $item) { $intent = model_cache::get("access_intent", $item->id, "item_id"); |