Index: openacs-4/packages/cms/tcl/module-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/tcl/module-procs.tcl,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/cms/tcl/module-procs.tcl 16 May 2005 22:59:24 -0000 1.9 +++ openacs-4/packages/cms/tcl/module-procs.tcl 5 Apr 2018 14:44:08 -0000 1.10 @@ -82,7 +82,7 @@ ad_proc -public cm::modules::templates::getRootFolderID { package_id } { - Retreive the id of the root folder + Retrieve the id of the root folder } { if { ![nsv_exists browser_state template_root_$package_id] } { @@ -127,7 +127,7 @@ ad_proc -public cm::modules::sitemap::getRootFolderID { package_id } { - Retreive the id of the root folder + Retrieve the id of the root folder } { if { ![nsv_exists browser_state sitemap_root_$package_id] } { @@ -370,4 +370,4 @@ db_exec_plsql delete_module {} } -} \ No newline at end of file +}