From: skodak Date: Tue, 12 Aug 2008 15:54:55 +0000 (+0000) Subject: fixed comment typo X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6c0d09ee011f7b9ee330f95f9d8fe5f286326024;p=moodle.git fixed comment typo --- diff --git a/pluginfile.php b/pluginfile.php index 21962a55d5..41a74fc2c2 100644 --- a/pluginfile.php +++ b/pluginfile.php @@ -75,7 +75,7 @@ not_found(); } - send_stored_file($file, 10*60, 0, true); // downlaod MUST be forced - security! + send_stored_file($file, 10*60, 0, true); // download MUST be forced - security! } else { not_found();