Index: openacs-4/packages/xotcl-core/tcl/06-package-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/06-package-procs.tcl,v diff -u -r1.41.2.42 -r1.41.2.43 --- openacs-4/packages/xotcl-core/tcl/06-package-procs.tcl 26 Dec 2021 14:54:22 -0000 1.41.2.42 +++ openacs-4/packages/xotcl-core/tcl/06-package-procs.tcl 27 Dec 2021 16:20:53 -0000 1.41.2.43 @@ -361,7 +361,7 @@ # # Check, if we have to refetch the page, since it was changed in - # the meantime on the disk. + # the meantime in the file-system. # if {!$refetch_this_page && $item_id != 0 && $refetch_if_modified} { set existing_page [::xo::db::CrClass get_instance_from_db -item_id $item_id]