Index: openacs-4/packages/acs-templating/tcl/util-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/util-procs.tcl,v diff -u -r1.43.2.5 -r1.43.2.6 --- openacs-4/packages/acs-templating/tcl/util-procs.tcl 16 Dec 2019 17:21:52 -0000 1.43.2.5 +++ openacs-4/packages/acs-templating/tcl/util-procs.tcl 3 Jul 2020 07:27:29 -0000 1.43.2.6 @@ -87,7 +87,7 @@ @param ref The name of a variable to test in the calling frame. @return 1 if the variable either not exist or is an empty string. 0 if - the variable is either an array reference or a non-empty scalar. + the variable is either an array reference or a nonempty scalar. } { upvar $ref var @@ -430,7 +430,7 @@ } # * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -# * Utility procedures for interacting with the file system * +# * Utility procedures for interacting with the filesystem * # * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ad_proc -public template::util::read_file { path } { @@ -533,7 +533,7 @@ } ad_proc -public template::util::resolve_directory_url { url } { - Resolve the file name for a directory URL + Resolve the filename for a directory URL } { set path $::acs::pageroot$url