summaryrefslogtreecommitdiff
path: root/inc/auth/plain.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/auth/plain.class.php')
-rw-r--r--inc/auth/plain.class.php2
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).