Index: openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl,v diff -u -N -r1.153.2.8 -r1.153.2.9 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 31 Jul 2019 09:19:23 -0000 1.153.2.8 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 10 Aug 2019 14:33:26 -0000 1.153.2.9 @@ -505,7 +505,7 @@ set resource [join [lrange $urlv 2 end] /] # This would map resources to their alternative in the theme - # package. Works, but needs some extra tought regarding + # package. Works, but needs some extra thought regarding # performance etc. and is therefore commented out. # set path "packages/$package_key/www/resources/$resource" # set themed_path [template::resource_path -type templates -style $path]