Typo
authorDan Fuhry <dan@enanocms.org>
Mon, 16 Jan 2012 09:22:24 -0500
changeset 1358 a8fc93c06fcb
parent 1357 4f83d730633f
child 1359 53c7e3cc7fb5
Typo
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]]);