Index: openacs-4/packages/workflow/tcl/state-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/workflow/tcl/state-procs.tcl,v diff -u -r1.19 -r1.20 --- openacs-4/packages/workflow/tcl/state-procs.tcl 23 Jun 2015 09:45:18 -0000 1.19 +++ openacs-4/packages/workflow/tcl/state-procs.tcl 26 May 2017 17:41:51 -0000 1.20 @@ -222,7 +222,7 @@ } } - # Auxilliary helper attributes (enabled_actions -> enabled_action_ids, assigned_actions -> assigned_action_ids) + # Auxiliary helper attributes (enabled_actions -> enabled_action_ids, assigned_actions -> assigned_action_ids) # Enabled actions if { [info exists row(enabled_actions)] } { @@ -252,7 +252,7 @@ unset row(assigned_actions) } - # Handle auxillary rows + # Handle auxiliary rows array set aux [list] foreach attr { enabled_action_ids assigned_action_ids @@ -312,7 +312,7 @@ } } - # Auxilliary rows + # Auxiliary rows switch $operation { insert - update {