Index: openacs-4/packages/acs-service-contract/tcl/contract-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-service-contract/tcl/contract-procs.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/acs-service-contract/tcl/contract-procs.tcl 31 Jan 2018 20:57:02 -0000 1.8 +++ openacs-4/packages/acs-service-contract/tcl/contract-procs.tcl 27 Mar 2018 11:18:00 -0000 1.9 @@ -161,7 +161,7 @@ set msg_types [list] db_foreach select_operations {} { - # Put them on list of mesage types and operations to delete + # Put them on list of message types and operations to delete lappend msg_types $operation_inputtype_id lappend msg_types $operation_outputtype_id lappend operations $operation_id