Index: openacs-4/packages/acs-templating/tcl/data-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/data-procs.tcl,v diff -u -r1.20 -r1.21 --- openacs-4/packages/acs-templating/tcl/data-procs.tcl 1 Oct 2017 12:16:05 -0000 1.20 +++ openacs-4/packages/acs-templating/tcl/data-procs.tcl 27 Mar 2018 12:43:27 -0000 1.21 @@ -430,7 +430,7 @@ type value_ref } { - Dispatch procedure for the transform method. "tranformation" in template + Dispatch procedure for the transform method. "transformation" in template systemspeak means to convert the submitted data to the custom datatype structure, usually a list for complex datatypes, just the value for simple datatypes. The transform method is called after the datatype is validated.