From 0b6dd99a76822644c607522ab8d7d2e3b407cbef Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Fri, 26 Sep 2008 21:27:31 +0000 Subject: [PATCH] tiny typo #34345 git-svn-id: file:///svn/phpbb/trunk@8948 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */