summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-07-23 09:24:33 -0700
committerBharat Mediratta <bharat@menalto.com>2009-07-23 09:24:33 -0700
commit7f1a7ead589ce85e029ff0eb7f7e88bd04b8c8cb (patch)
treeba009e04e17052c7444fb6264bd837e216e608cd /modules
parent216a21ba8a2580811596b353261dfb88e2b09bd6 (diff)
Fix a typo in a comment
Diffstat (limited to 'modules')
-rw-r--r--modules/gallery/helpers/access.php2
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");