From: arborrow Date: Sat, 18 Oct 2008 04:19:46 +0000 (+0000) Subject: fixed trivial typo in comment; merged from 19STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b4bd91ceb1ee2e73dc319bdc5c83b3a798f62a59;p=moodle.git fixed trivial typo in comment; merged from 19STABLE --- diff --git a/admin/uploaduser.php b/admin/uploaduser.php index ec1ea4eab6..851edd4656 100755 --- a/admin/uploaduser.php +++ b/admin/uploaduser.php @@ -174,7 +174,7 @@ if ($formdata = $mform->is_cancelled()) { } unset($allowedroles); - // clear bilk selection + // clear bulk selection if ($bulk) { $SESSION->bulk_users = array(); }