diff options
author | Chris Smith <toonarmy@phpbb.com> | 2008-09-26 21:27:31 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2008-09-26 21:27:31 +0000 |
commit | 0b6dd99a76822644c607522ab8d7d2e3b407cbef (patch) | |
tree | 5ef476fb3f202d6d89a1955362d2917217d18684 /phpBB/includes | |
parent | 0a4c62f12e9cfea1215150a580ca76961e1ac7f1 (diff) | |
download | forums-0b6dd99a76822644c607522ab8d7d2e3b407cbef.tar forums-0b6dd99a76822644c607522ab8d7d2e3b407cbef.tar.gz forums-0b6dd99a76822644c607522ab8d7d2e3b407cbef.tar.bz2 forums-0b6dd99a76822644c607522ab8d7d2e3b407cbef.tar.xz forums-0b6dd99a76822644c607522ab8d7d2e3b407cbef.zip |
tiny typo #34345
git-svn-id: file:///svn/phpbb/trunk@8948 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/auth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/auth.php b/phpBB/includes/auth.php index 6f6a7f3ba9..d12cfb9f6f 100644 --- a/phpBB/includes/auth.php +++ b/phpBB/includes/auth.php @@ -146,7 +146,7 @@ class auth /** * Get forums with the specified permission setting - * if the option is prefixed with !, then the result becomes nagated + * if the option is prefixed with !, then the result becomes negated * * @param bool $clean set to true if only values needs to be returned which are set/unset */ |