Index: openacs-4/packages/xowiki/tcl/menu-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/menu-procs.tcl,v diff -u -r1.19.2.6 -r1.19.2.7 --- openacs-4/packages/xowiki/tcl/menu-procs.tcl 14 Feb 2020 08:05:10 -0000 1.19.2.6 +++ openacs-4/packages/xowiki/tcl/menu-procs.tcl 14 Feb 2020 11:02:59 -0000 1.19.2.7 @@ -317,7 +317,7 @@ lappend item label [dict get $properties -label] } else { # - # We have not explicit label. Replace dots of menu entry + # We have no explicit label. Replace dots of menu entry # names by dashes for message key. # set locale [::xo::cc locale] Index: openacs-4/packages/xowiki/tcl/weblog-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/weblog-procs.tcl,v diff -u -r1.75.2.15 -r1.75.2.16 --- openacs-4/packages/xowiki/tcl/weblog-procs.tcl 20 Nov 2019 13:24:52 -0000 1.75.2.15 +++ openacs-4/packages/xowiki/tcl/weblog-procs.tcl 14 Feb 2020 11:04:45 -0000 1.75.2.16 @@ -36,7 +36,7 @@ set form_item_ids [list] foreach t [split $forms |] { # - # The following regexp should include the majority of alid + # The following regexp should include the majority of valid # items refs. # if {![regexp {^[[:alnum:]:./_-]+$} $t]} {