includes/sessions.php
changeset 1358 a8fc93c06fcb
parent 1352 d97cf005f674
child 1373 851b91febb85
--- 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]]);