fixed a few spelling errors in /admin/

This commit is contained in:
Petr Skoda
2010-09-17 10:27:26 +00:00
parent 820f107a10
commit eab8ed9fb7
40 changed files with 79 additions and 79 deletions
+1 -1
View File
@@ -484,7 +484,7 @@ if ($formdata = $mform->is_cancelled()) {
}
}
// do not update record if new auth plguin does not exist!
// do not update record if new auth plugin does not exist!
if (!in_array($existinguser->auth, $availableauths)) {
$upt->track('auth', get_string('userautherror', 'error', $existinguser->auth), 'error');
$upt->track('status', $strusernotupdated, 'error');