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.20 --- 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 Sep 2024 15:37:35 -0000 1.20 @@ -4,7 +4,7 @@ @author Don Baccus (dhogaza@pacifier.com) } -# These are modelled somewhat after the date procs. +# These are modeled somewhat after the date procs. # DRB: This was totally non-functional in ACS 4.2 Classic. It's now partly # functional in that we accept and process currency values. We really need @@ -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]