Index: openacs-4/packages/xowf/lib/inclass-quiz-answer.wf =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/lib/Attic/inclass-quiz-answer.wf,v diff -u -N -r1.1.2.7 -r1.1.2.8 --- openacs-4/packages/xowf/lib/inclass-quiz-answer.wf 30 May 2023 10:02:37 -0000 1.1.2.7 +++ openacs-4/packages/xowf/lib/inclass-quiz-answer.wf 10 Jul 2023 08:53:32 -0000 1.1.2.8 @@ -30,10 +30,10 @@ # via a workflow definition ($obj is a workflow definition) set parent_id [$obj parent_id] # - # Use requester instead of user_id to allow also participants, which + # Use requestor instead of user_id to allow also participants, which # are not authroized. # - set name [ns_md5 $parent_id-[::xo::cc requester]] + set name [ns_md5 $parent_id-[::xo::cc requestor]] set parent_obj [::xo::db::CrClass get_instance_from_db -item_id $parent_id] :payload [list title [$parent_obj title] name $name] } Index: openacs-4/packages/xowf/tcl/test-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/test-item-procs.tcl,v diff -u -N -r1.7.2.276 -r1.7.2.277 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 30 May 2023 10:02:37 -0000 1.7.2.276 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 10 Jul 2023 08:53:32 -0000 1.7.2.277 @@ -6323,7 +6323,7 @@ :public method disallow_translation {form_obj:object} { # # This function disallows translation of the full page by - # seeting the HTML5 "translate" attribute of the body to "no". + # setting the HTML5 "translate" attribute of the body to "no". # ::xo::Page set_property body translate no } Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -N -r1.542.2.175 -r1.542.2.176 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 20 Apr 2023 08:13:08 -0000 1.542.2.175 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 10 Jul 2023 08:53:32 -0000 1.542.2.176 @@ -4702,7 +4702,7 @@ }] # # Deactivating hstore optimization for now, must be further - # compeleted and debugged before activating it again. + # completed and debugged before activating it again. # if {$wc(h) ne "" || $uc(h) ne ""} { ns_log notice "hstore available $use_hstore, but deactivating anyway for now (wc $wc(h) uc $uc(h) )" Index: openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl,v diff -u -N -r1.67.2.56 -r1.67.2.57 --- openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 30 May 2023 10:01:46 -0000 1.67.2.56 +++ openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 10 Jul 2023 08:54:49 -0000 1.67.2.57 @@ -1144,7 +1144,7 @@ # # Check, if the peer address changed. This might be some # indication, that multiple users are working under the same - # user_id, or that the identity was highjacked. Therefore, we + # user_id, or that the identity was hijacked. Therefore, we # note such occurrences. # if {[$class set pa($key)] ne $pa} {