From: skodak Date: Sat, 16 Aug 2008 13:59:23 +0000 (+0000) Subject: comment typo X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=18e353b0498e120ce2ff2de0035c7e76fc007d7d;p=moodle.git comment typo --- diff --git a/mod/assignment/db/upgrade.php b/mod/assignment/db/upgrade.php index 07fbc54619..5e2ce54c18 100644 --- a/mod/assignment/db/upgrade.php +++ b/mod/assignment/db/upgrade.php @@ -70,7 +70,7 @@ function xmldb_assignment_upgrade($oldversion) { } $context = get_context_instance(CONTEXT_MODULE, $submission->assignment); - // migrate submitted files fisrt + // migrate submitted files first $path = $basepath; $filearea = 'assignment_submission'; $items = new DirectoryIterator($path);