diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-14 19:50:47 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-14 19:50:47 +0000 |
commit | 65bd34af7528779c4f4cc3a7a49205377498115c (patch) | |
tree | 83aa0547fc2f415df519e5c71a9b9b0466279b29 /engine/classes/ElggAccess.php | |
parent | ebf372775a143da9f285431f28e6b022639691a8 (diff) | |
download | elgg-65bd34af7528779c4f4cc3a7a49205377498115c.tar.gz elgg-65bd34af7528779c4f4cc3a7a49205377498115c.tar.bz2 |
fixed typo in comment
git-svn-id: http://code.elgg.org/elgg/trunk@7315 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/classes/ElggAccess.php')
-rw-r--r-- | engine/classes/ElggAccess.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/classes/ElggAccess.php b/engine/classes/ElggAccess.php index 9fc63866a..68607962b 100644 --- a/engine/classes/ElggAccess.php +++ b/engine/classes/ElggAccess.php @@ -1,6 +1,6 @@ <?php /** - * Class used to determin if access is being ignored. + * Class used to determine if access is being ignored. * * @package Elgg.Core * @subpackage Access |