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/ttk_checkbutton.n | |
parent | dd0a64fd45a7fd8f6da652c02d01b49967931ad0 (diff) | |
download | tk-ee1c7aed29d78ba980476c2811c2ab52cfa7effd.zip tk-ee1c7aed29d78ba980476c2811c2ab52cfa7effd.tar.gz tk-ee1c7aed29d78ba980476c2811c2ab52cfa7effd.tar.bz2 |
Spelling fixes. [Bug 1686210]
Diffstat (limited to 'doc/ttk_checkbutton.n')
-rw-r--r-- | doc/ttk_checkbutton.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ttk_checkbutton.n b/doc/ttk_checkbutton.n index d38d731..cd48748 100644 --- a/doc/ttk_checkbutton.n +++ b/doc/ttk_checkbutton.n @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: ttk_checkbutton.n,v 1.3 2006/12/13 23:04:32 hobbs Exp $ +'\" RCS: @(#) $Id: ttk_checkbutton.n,v 1.4 2007/05/03 23:55:29 dkf Exp $ '\" .so man.macros .TH ttk_checkbutton n 8.5 Tk "Tk Themed Widget" @@ -19,7 +19,7 @@ ttk_checkbutton \- On/off widget .SH DESCRIPTION A \fBttk::checkbutton\fR widget is used to show or change a setting. It has two states, selected and deselected. -The state of the checkbuton may be linked to a Tcl variable. +The state of the checkbutton may be linked to a Tcl variable. .SO \-class \-compound \-cursor \-image \-state \-style \-takefocus \-text |