diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-05-03 23:55:29 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-05-03 23:55:29 (GMT) |
commit | ee1c7aed29d78ba980476c2811c2ab52cfa7effd (patch) | |
tree | 4cb66107a3851e1d671cba22ba92ba920d13a70d /doc/menu.n | |
parent | dd0a64fd45a7fd8f6da652c02d01b49967931ad0 (diff) | |
download | tk-ee1c7aed29d78ba980476c2811c2ab52cfa7effd.zip tk-ee1c7aed29d78ba980476c2811c2ab52cfa7effd.tar.gz tk-ee1c7aed29d78ba980476c2811c2ab52cfa7effd.tar.bz2 |
Spelling fixes. [Bug 1686210]
Diffstat (limited to 'doc/menu.n')
-rw-r--r-- | doc/menu.n | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: menu.n,v 1.14 2006/12/13 23:04:32 hobbs Exp $ +'\" RCS: @(#) $Id: menu.n,v 1.15 2007/05/03 23:55:29 dkf Exp $ '\" .so man.macros .TH menu n 4.1 Tk "Tk Built-In Commands" @@ -650,7 +650,7 @@ of the pulldowns. Once you have done this, specify the menu using the \fBtoplevel\fR manual entry for details. .TP \fBPulldown Menus in Menu Buttons\fR -This is the compatable way to do menu bars. You create one menubutton +This is the compatible way to do menu bars. You create one menubutton widget for each top-level menu, and typically you arrange a series of menubuttons in a row in a menubar window. You also create the top-level menus and any cascaded submenus, and tie them together with \fB\-menu\fR |