Index: openacs-4/packages/file-storage/www/download-zip.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/download-zip.tcl,v diff -u -r1.7.2.3 -r1.7.2.4 --- openacs-4/packages/file-storage/www/download-zip.tcl 27 Mar 2017 10:44:58 -0000 1.7.2.3 +++ openacs-4/packages/file-storage/www/download-zip.tcl 21 Apr 2017 20:04:34 -0000 1.7.2.4 @@ -23,7 +23,7 @@ append download_name ".zip" foreach fs_object_id $object_id { - # The minimal requirment is that the object exists. Don't throw + # The minimal requirement is that the object exists. Don't throw # hard errors on following outdated links. We could test for # supported object_types. if {![acs_object::object_p -id $fs_object_id]} {