Index: openacs-4/packages/workflow/tcl/case-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/workflow/tcl/case-procs.tcl,v diff -u -r1.49 -r1.50 --- openacs-4/packages/workflow/tcl/case-procs.tcl 14 Oct 2013 17:59:52 -0000 1.49 +++ openacs-4/packages/workflow/tcl/case-procs.tcl 26 May 2017 17:41:51 -0000 1.50 @@ -1952,7 +1952,7 @@ # Below are all the procs that drive the workflow engine, # the logic to change state and determine which actions -# are availble given the current state. +# are available given the current state. ##### # @@ -2531,7 +2531,7 @@ set enabled_action_p {} # We rely on parent_enabled_action_id being set by the caller here } else { - # This will not work with dynamic actions, but is necessary for inital actions + # This will not work with dynamic actions, but is necessary for initial actions set enabled_action_id [workflow::case::action::get_enabled_action_id \ -case_id $case_id \ -action_id $action_id \