Index: openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-procs.tcl,v diff -u -N -r1.7.2.2 -r1.7.2.3 --- openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-procs.tcl 24 Aug 2020 15:21:46 -0000 1.7.2.2 +++ openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-procs.tcl 2 Sep 2021 16:40:54 -0000 1.7.2.3 @@ -34,9 +34,9 @@ unencoded_name } { - Encode the user-supplied file name with the user's ID. We do this because the homework + Encode the user-supplied filename with the user's ID. We do this because the homework folder hides files uploaded by other users and we want to avoid apparently mysterious duplicate - file name errors when two different users give their homework assignment the same name. + filename errors when two different users give their homework assignment the same name. } { return "${user_id}_$unencoded_name"