Skip to content
Snippets Groups Projects
Commit 5ba64050 authored by Christopher Smith's avatar Christopher Smith
Browse files

MINOR: comment spelling corrections

parent e73725ba
No related branches found
No related tags found
No related merge requests found
......@@ -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)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment