diff options
author | Christopher Smith <chris@jalakai.co.uk> | 2013-11-28 00:04:20 +0000 |
---|---|---|
committer | Christopher Smith <chris@jalakai.co.uk> | 2013-11-28 00:04:20 +0000 |
commit | 5ba64050580b6936c8b364e3a288e7c875263c88 (patch) | |
tree | dac86eedb7ba80d80f790fe50b33fbab69ccf7ab /lib/plugins | |
parent | e73725bac6a3c60835092d4e2253730b7d683263 (diff) | |
download | rpg-5ba64050580b6936c8b364e3a288e7c875263c88.tar.gz rpg-5ba64050580b6936c8b364e3a288e7c875263c88.tar.bz2 |
MINOR: comment spelling corrections
Diffstat (limited to 'lib/plugins')
-rw-r--r-- | lib/plugins/usermanager/admin.php | 4 |
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)) { |