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 -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 }