Index: openacs-4/packages/new-portal/tcl/portal-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/tcl/portal-procs.tcl,v diff -u -r1.216.2.8 -r1.216.2.9 --- openacs-4/packages/new-portal/tcl/portal-procs.tcl 3 Sep 2020 09:16:42 -0000 1.216.2.8 +++ openacs-4/packages/new-portal/tcl/portal-procs.tcl 1 Oct 2020 15:59:38 -0000 1.216.2.9 @@ -2023,7 +2023,7 @@ ad_proc -private portal::get_layout_region_count { {-layout_id:required} } { - Get the number of regions (aka columns) this layout supports + Get the number of regions (a.k.a. columns) this layout supports } { return [util_memoize "portal::get_layout_region_count_not_cached -layout_id $layout_id"] } Index: openacs-4/packages/xowf/tcl/xowf-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/xowf-procs.tcl,v diff -u -r1.28.2.42 -r1.28.2.43 --- openacs-4/packages/xowf/tcl/xowf-procs.tcl 28 Sep 2020 20:12:48 -0000 1.28.2.42 +++ openacs-4/packages/xowf/tcl/xowf-procs.tcl 1 Oct 2020 15:59:38 -0000 1.28.2.43 @@ -2230,7 +2230,7 @@ WorkflowPage ad_instproc get_action_obj {-action:required} { - Check if the action can be excuted in the current state, + Check if the action can be executed in the current state, and if so, return the action_obj. } {