includes/sessions.php
changeset 1264 28c82f292a52
parent 1260 cd72bcd83401
child 1266 f3933b355229
--- a/includes/sessions.php	Tue Jul 06 00:59:06 2010 -0400
+++ b/includes/sessions.php	Sun Jul 25 11:15:53 2010 -0400
@@ -3383,7 +3383,7 @@
 				{
 					// Action $type depends on action $deps[$i] which cannot be satisfied because $deps[$i] is out of scope.
 					// echo '<pre>' . enano_debug_print_backtrace(true) . '</pre>';
-					trigger_error("acl_check_deps: $type depends on {$deps[$i]} which is not within scope of $paths->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 $paths->namespace; this indicates a bug in ACL rule specification", E_USER_WARNING);
 					return false;
 				}
 				$deps = array_merge($deps, $this->acl_deps[$deps[$i]]);