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.12 -r1.13 --- openacs-4/packages/xowiki/tcl/menu-procs.tcl 21 Oct 2017 16:51:12 -0000 1.12 +++ openacs-4/packages/xowiki/tcl/menu-procs.tcl 25 Mar 2018 22:13:40 -0000 1.13 @@ -2,7 +2,7 @@ Basic classes for Menues (context menu, menu bar, menu item). The design is influenced by the YUI2 classes, but we tried to keep the - implmentation generic. The original version was developed by Michael + implementation generic. The original version was developed by Michael Aram in his Master Thesis. Over the time it was simplified, downstripped and refactored by Gustaf Neumann. The currently preferred interface is the class. @@ -119,7 +119,7 @@ # 2) All menu entry names must start with a capital letter # 3) All menu entry names should be named after the menu name # - # Notice: the current implementation uses interally dicts. Since the + # Notice: the current implementation uses internally dicts. Since the # code should as well work with Tcl 8.4 instances, we provide a # compatibility layer. Maybe it would be better to base the code on # an ordered composite. Ideally, the interface should stay mostly