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.2.2 -r1.16.2.3 --- openacs-4/packages/acs-content-repository/tcl/content-procs.tcl 25 May 2020 14:30:45 -0000 1.16.2.2 +++ openacs-4/packages/acs-content-repository/tcl/content-procs.tcl 3 Jul 2020 07:27:29 -0000 1.16.2.3 @@ -1,7 +1,7 @@ ad_library { Functions that the content-repository uses to interact with the - file system. + filesystem. @author Dan Wickstrom (dcwickstrom@earthlink.net) @creation-date Sat May 5 13:45 2001 @@ -19,7 +19,7 @@ ad_proc -private cr_create_content_file_path {item_id revision_id} { - Creates a unique file in the content repository file system based off of + Creates a unique file in the content repository filesystem based on the item_id and revision_id of the content item. } {