Index: openacs-4/packages/ecommerce/www/finalize-order.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/finalize-order.tcl,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/ecommerce/www/finalize-order.tcl 4 Sep 2008 12:24:06 -0000 1.11 +++ openacs-4/packages/ecommerce/www/finalize-order.tcl 17 Apr 2018 14:47:02 -0000 1.12 @@ -216,7 +216,7 @@ set order_shipping_tax [db_string get_order_shipping_tax " select ec_tax(0, :order_shipping, :order_id)"] -# Charge soft goods seperately from hard goods as the hard goods +# Charge soft goods separately from hard goods as the hard goods # transaction will not settled until the goods are shipped while soft # goods can be settled right away.