]> git.mjollnir.org Git - moodle.git/commitdiff
comment typo
authorskodak <skodak>
Sat, 16 Aug 2008 21:28:30 +0000 (21:28 +0000)
committerskodak <skodak>
Sat, 16 Aug 2008 21:28:30 +0000 (21:28 +0000)
mod/forum/lib.php

index d0db861460e1e96e7930bce290ae06c51fca900f..6ec8fa73787ffa3117c05b76259530ec5406d12b 100644 (file)
@@ -3961,7 +3961,7 @@ function forum_pluginfile($course, $cminfo, $context, $filearea, $args) {
 function forum_add_attachment($post, $cm, $mform, &$message, $remove_previous=true) {
     global $CFG, $DB, $USER;
 
-    //TODO: add message when overriding
+    //TODO: add message when overwriting
 
     $filename = $mform->get_new_filename('attachment');
     $filearea = 'forum_attachment';