comment typo
authorskodak <skodak>
Sat, 16 Aug 2008 15:54:54 +0000 (15:54 +0000)
committerskodak <skodak>
Sat, 16 Aug 2008 15:54:54 +0000 (15:54 +0000)
mod/assignment/type/upload/assignment.class.php
mod/assignment/type/uploadsingle/assignment.class.php

index 223a64aba19ee307e53cae8894213f5d5f18cf6e..65686cca740dadba11635be13b1c42c65f239d90 100644 (file)
@@ -631,7 +631,7 @@ class assignment_upload extends assignment_base {
             return false;
         }
 
-        send_stored_file($file, 0, 0, true); // downlaod MUST be forced - security!
+        send_stored_file($file, 0, 0, true); // download MUST be forced - security!
     }
 
     function finalize() {
index 96d6ee1ae06503d9d4a69e565ca3eb3a5c36c2fc..a9b85151d9f94a47c38dce47065796c4997eaea8 100644 (file)
@@ -173,7 +173,7 @@ class assignment_uploadsingle extends assignment_base {
             return false;
         }
 
-        send_stored_file($file, 0, 0, true); // downlaod MUST be forced - security!
+        send_stored_file($file, 0, 0, true); // download MUST be forced - security!
     }
 
 }