From c9db30f969ec4cb1dd52dd6a54aa8ab15b1ce37b Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Thu, 9 Aug 2007 23:21:54 +0200 Subject: spelling fix FS#1220 darcs-hash:20070809212154-7ad00-bde57d95f9b61840f1cdac4d60f89bcd0ae83c4a.gz --- inc/auth/basic.class.php | 2 +- inc/auth/mysql.class.php | 2 +- inc/auth/plain.class.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'inc/auth') diff --git a/inc/auth/basic.class.php b/inc/auth/basic.class.php index 79fb04a1c..077b92d62 100644 --- a/inc/auth/basic.class.php +++ b/inc/auth/basic.class.php @@ -189,7 +189,7 @@ class auth_basic { * Create a new User [implement only where required/possible] * * Returns false if the user already exists, null when an error - * occured and true if everything went well. + * occurred and true if everything went well. * * The new user HAS TO be added to the default group by this * function! diff --git a/inc/auth/mysql.class.php b/inc/auth/mysql.class.php index 05ef828ce..9bb9fa1df 100644 --- a/inc/auth/mysql.class.php +++ b/inc/auth/mysql.class.php @@ -170,7 +170,7 @@ class auth_mysql extends auth_basic { * [public function] * * Create a new User. Returns false if the user already exists, - * null when an error occured and true if everything went well. + * null when an error occurred and true if everything went well. * * The new user will be added to the default group by this * function if grps are not specified (default behaviour). diff --git a/inc/auth/plain.class.php b/inc/auth/plain.class.php index 156e2e5c8..319bdbe02 100644 --- a/inc/auth/plain.class.php +++ b/inc/auth/plain.class.php @@ -92,7 +92,7 @@ class auth_plain extends auth_basic { * Create a new User * * Returns false if the user already exists, null when an error - * occured and true if everything went well. + * occurred and true if everything went well. * * The new user will be added to the default group by this * function if grps are not specified (default behaviour). -- cgit v1.2.3