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.17 -r1.18 --- openacs-4/packages/xowiki/tcl/menu-procs.tcl 9 May 2018 15:33:34 -0000 1.17 +++ openacs-4/packages/xowiki/tcl/menu-procs.tcl 21 Sep 2018 14:11:55 -0000 1.18 @@ -1,6 +1,6 @@ ::xo::library doc { - Basic classes for Menues (context menu, menu bar, menu item). The + Basic classes for Menus (context menu, menu bar, menu item). The design is influenced by the YUI2 classes, but we tried to keep the implementation generic. The original version was developed by Michael Aram in his Master Thesis. Over the time it was simplified,