]> git.mjollnir.org Git - moodle.git/commitdiff
fixed comment typo
authorskodak <skodak>
Tue, 12 Aug 2008 15:54:55 +0000 (15:54 +0000)
committerskodak <skodak>
Tue, 12 Aug 2008 15:54:55 +0000 (15:54 +0000)
pluginfile.php

index 21962a55d5187c779df2a3d33f100e67cfa75278..41a74fc2c2ece5682a5017aa8eaef50dad5af239 100644 (file)
@@ -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();