--- a/includes/sessions.php Mon Nov 19 11:39:25 2012 -0500
+++ b/includes/sessions.php Mon Nov 19 11:40:35 2012 -0500
@@ -4623,7 +4623,7 @@
if ( !isset($this->acl_deps[$deps[$i]]) )
{
// Action $type depends on action $deps[$i] which cannot be satisfied because $deps[$i] is out of scope.
- trigger_error("acl_check_deps: $type depends on {$deps[$i]} which is not within scope of $this->namespace; this indicats a bug in ACL rule specification", E_USER_WARNING);
+ trigger_error("acl_check_deps: $type depends on {$deps[$i]} which is not within scope of $this->namespace; this indicates a bug in ACL rule specification", E_USER_WARNING);
return false;
}
$deps = array_merge($deps, $this->acl_deps[$deps[$i]]);