# HG changeset patch # User Dan Fuhry # Date 1326723744 18000 # Node ID a8fc93c06fcb75ebc6534fdfdc592c4bda927a3c # Parent 4f83d730633f654fc7cee15461f09d7762783d7c Typo diff -r 4f83d730633f -r a8fc93c06fcb includes/sessions.php --- a/includes/sessions.php Mon Jan 16 09:22:08 2012 -0500 +++ b/includes/sessions.php Mon Jan 16 09:22:24 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]]);