diff options
author | Andreas Gohr <andi@splitbrain.org> | 2007-08-09 23:21:54 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2007-08-09 23:21:54 +0200 |
commit | c9db30f969ec4cb1dd52dd6a54aa8ab15b1ce37b (patch) | |
tree | 40aaa4b5e23da6fbea54aa7552ea24f3c7f2d67b /inc/auth/plain.class.php | |
parent | 2340e8a640b26d748f1e94af2e8a54aeeab3ab9a (diff) | |
download | rpg-c9db30f969ec4cb1dd52dd6a54aa8ab15b1ce37b.tar.gz rpg-c9db30f969ec4cb1dd52dd6a54aa8ab15b1ce37b.tar.bz2 |
spelling fix FS#1220
darcs-hash:20070809212154-7ad00-bde57d95f9b61840f1cdac4d60f89bcd0ae83c4a.gz
Diffstat (limited to 'inc/auth/plain.class.php')
-rw-r--r-- | inc/auth/plain.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
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). |