Index: openacs-4/packages/ecommerce/tcl/ecommerce-scheduled-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/tcl/ecommerce-scheduled-procs.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/ecommerce/tcl/ecommerce-scheduled-procs.tcl 4 Sep 2008 12:24:06 -0000 1.14 +++ openacs-4/packages/ecommerce/tcl/ecommerce-scheduled-procs.tcl 20 Oct 2018 11:55:29 -0000 1.15 @@ -311,7 +311,7 @@ # Log this failure in the problem log. - set problem_details "Transaction $transaction_id failed to authorize due to repeated 'failure-retry' reponses from the payment gateway" + set problem_details "Transaction $transaction_id failed to authorize due to repeated 'failure-retry' responses from the payment gateway" db_dml problems_log_insert " insert into ec_problems_log (problem_id, problem_date, problem_details, order_id) @@ -804,7 +804,7 @@ # Log this failure in the problem log. - set problem_details "Transaction $transaction_id failed to mark due to repeated 'failure-retry' reponses from the payment gateway" + set problem_details "Transaction $transaction_id failed to mark due to repeated 'failure-retry' responses from the payment gateway" db_dml problems_log_insert " insert into ec_problems_log (problem_id, problem_date, problem_details, order_id) @@ -968,7 +968,7 @@ # Log this failure in the problem log. - set problem_details "Transaction $transaction_id failed to mark due to repeated 'failure-retry' reponses from the payment gateway" + set problem_details "Transaction $transaction_id failed to mark due to repeated 'failure-retry' responses from the payment gateway" db_dml problems_log_insert " insert into ec_problems_log (problem_id, problem_date, problem_details, order_id) @@ -1139,7 +1139,7 @@ # Log this failure in the problem log. - set problem_details "Transaction $transaction_id failed to mark due to repeated 'failure-retry' reponses from the payment gateway" + set problem_details "Transaction $transaction_id failed to mark due to repeated 'failure-retry' responses from the payment gateway" db_dml problems_log_insert " insert into ec_problems_log (problem_id, problem_date, problem_details, order_id)