Index: openacs-4/packages/acs-templating/tcl/currency-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/currency-procs.tcl,v diff -u -r1.19 -r1.19.2.1 --- openacs-4/packages/acs-templating/tcl/currency-procs.tcl 16 May 2018 22:04:59 -0000 1.19 +++ openacs-4/packages/acs-templating/tcl/currency-procs.tcl 3 Jul 2020 07:27:29 -0000 1.19.2.1 @@ -192,7 +192,7 @@ } { - # Erase leading zeroes from the value, but make sure that 00 + # Erase leading zeros from the value, but make sure that 00 # is not completely erased set value [util::trim_leading_zeros $value]