Index: openacs-4/packages/acs-templating/tcl/parse-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/parse-procs.tcl,v diff -u -r1.58 -r1.59 --- openacs-4/packages/acs-templating/tcl/parse-procs.tcl 22 Jan 2018 09:42:31 -0000 1.58 +++ openacs-4/packages/acs-templating/tcl/parse-procs.tcl 1 Feb 2018 20:40:47 -0000 1.59 @@ -618,7 +618,7 @@ ad_proc -public template::adp_variable_regexp {} { The regexp pattern used to find adp variables in - a piece of text, i.e. occurenceis of @variable_name@. + a piece of text, i.e. occurrences of @variable_name@. Captures the character preceding the first @ in \1 and the variable_name in \2.