Index: openacs-4/packages/acs-content-repository/tcl/content-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-procs.tcl,v diff -u -N -r1.16 -r1.16.2.1 --- openacs-4/packages/acs-content-repository/tcl/content-procs.tcl 30 Nov 2018 20:54:49 -0000 1.16 +++ openacs-4/packages/acs-content-repository/tcl/content-procs.tcl 5 Oct 2019 13:32:14 -0000 1.16.2.1 @@ -185,7 +185,7 @@ set count [cr_count_file_entries $name] if {$count == 0} { - # the content entry does not exist anymore, therefore the + # the content entry does not exist anymore, therefore, the # file is an orphan and should be removed ns_log notice "delete orphaned file $dir$name" file delete -- $dir$name