Skip to content

Commit

Permalink
comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Aug 16, 2008
1 parent 18e353b commit 43c60e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mod/assignment/type/upload/assignment.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ function send_file($filearea, $args) {
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() {
Expand Down
2 changes: 1 addition & 1 deletion mod/assignment/type/uploadsingle/assignment.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ function send_file($filearea, $args) {
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!
}

}
Expand Down

0 comments on commit 43c60e8

Please sign in to comment.