summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChristopher Smith <chris@jalakai.co.uk>2013-11-28 00:04:20 +0000
committerChristopher Smith <chris@jalakai.co.uk>2013-11-28 00:04:20 +0000
commit5ba64050580b6936c8b364e3a288e7c875263c88 (patch)
treedac86eedb7ba80d80f790fe50b33fbab69ccf7ab /lib
parente73725bac6a3c60835092d4e2253730b7d683263 (diff)
downloadrpg-5ba64050580b6936c8b364e3a288e7c875263c88.tar.gz
rpg-5ba64050580b6936c8b364e3a288e7c875263c88.tar.bz2
MINOR: comment spelling corrections
Diffstat (limited to 'lib')
-rw-r--r--lib/plugins/usermanager/admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugins/usermanager/admin.php b/lib/plugins/usermanager/admin.php
index 95524c56a..2c566723a 100644
--- a/lib/plugins/usermanager/admin.php
+++ b/lib/plugins/usermanager/admin.php
@@ -822,7 +822,7 @@ class admin_plugin_usermanager extends DokuWiki_Admin_Plugin {
*
* csv file should have 4 columns, user_id, full name, email, groups (comma separated)
*
- * @return bool whether succesful
+ * @return bool whether successful
*/
protected function _import() {
// check we are allowed to add users
@@ -941,7 +941,7 @@ class admin_plugin_usermanager extends DokuWiki_Admin_Plugin {
*
* @param array $user data of user
* @param string &$error reference catched error message
- * @return bool whether succesful
+ * @return bool whether successful
*/
protected function _addImportUser($user, & $error){
if (!$this->_auth->triggerUserMod('create', $user)) {