Index: openacs-4/packages/xowiki/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/form-field-procs.tcl,v diff -u -r1.284.2.255 -r1.284.2.256 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 21 Jun 2024 14:17:26 -0000 1.284.2.255 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 15 Jul 2024 12:04:49 -0000 1.284.2.256 @@ -4193,7 +4193,7 @@ richtext::tinymce instproc compute_config {} { # - # Here we compute the editor config, mergin explicit one with + # Here we compute the editor config, merging requested one with # systems configurations and presets. # # @return a dict @@ -4361,7 +4361,7 @@ # # Before the form is submitted, we get the content from the # editor and store it as the hidden field value, then set the - # name attibute as XoWiki expects it. This logic is found in + # name attribute as XoWiki expects it. This logic is found in # both the promise handler for TinyMCE.init up in the js # functions. #