]> git.mjollnir.org Git - moodle.git/commitdiff
fixed trivial typo in comment; merged from 19STABLE
authorarborrow <arborrow>
Sat, 18 Oct 2008 04:19:46 +0000 (04:19 +0000)
committerarborrow <arborrow>
Sat, 18 Oct 2008 04:19:46 +0000 (04:19 +0000)
admin/uploaduser.php

index ec1ea4eab6d1f8a04b7d990638f500174b593aff..851edd4656a7f9cc260da8d6f2a18a46c561c94f 100755 (executable)
@@ -174,7 +174,7 @@ if ($formdata = $mform->is_cancelled()) {
     }
     unset($allowedroles);
 
-    // clear bilk selection
+    // clear bulk selection
     if ($bulk) {
         $SESSION->bulk_users = array();
     }