diff options
Diffstat (limited to 'inc/auth/basic.class.php')
-rw-r--r-- | inc/auth/basic.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
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! |