summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-11-05 17:21:58 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-11-05 17:21:58 (GMT)
commit54906d6ccb934d22157a0dce38abe64cf0472d0c (patch)
tree364b60db58ce61dd78c3eba1fbfca2792c7b0791 /doc
parent129f41134adf049529c02d03f596f3550c830bab (diff)
downloadtk-54906d6ccb934d22157a0dce38abe64cf0472d0c.zip
tk-54906d6ccb934d22157a0dce38abe64cf0472d0c.tar.gz
tk-54906d6ccb934d22157a0dce38abe64cf0472d0c.tar.bz2
Spelling corrections
Diffstat (limited to 'doc')
-rw-r--r--doc/canvas.n6
-rw-r--r--doc/font.n6
-rw-r--r--doc/menu.n4
-rw-r--r--doc/tk.n4
4 files changed, 10 insertions, 10 deletions
diff --git a/doc/canvas.n b/doc/canvas.n
index a511eb3..f99ace7 100644
--- a/doc/canvas.n
+++ b/doc/canvas.n
@@ -6,7 +6,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: canvas.n,v 1.13.2.3 2006/03/07 22:30:31 dkf Exp $
+'\" RCS: @(#) $Id: canvas.n,v 1.13.2.4 2007/11/05 17:21:58 dgp Exp $
'\"
.so man.macros
.TH canvas n 8.3 Tk "Tk Built-In Commands"
@@ -53,9 +53,9 @@ one of: \fBnormal\fR, \fBdisabled\fR, or \fBhidden\fR. Individual canvas
objects all have their own state option which may override the default
state. Many options can take separate specifications such that the
appearance of the item can be different in different situations. The
-options that start with \fBactive\fR control the appearence when the mouse
+options that start with \fBactive\fR control the appearance when the mouse
pointer is over it, while the option starting with \fBdisabled\fR controls
-the appearence when the state is disabled. Canvas items which are
+the appearance when the state is disabled. Canvas items which are
\fBdisabled\fR will not react to canvas bindings.
.OP \-width width width
Specifies a desired window width that the canvas widget should request from
diff --git a/doc/font.n b/doc/font.n
index 6c75b66..0a8a4ad 100644
--- a/doc/font.n
+++ b/doc/font.n
@@ -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: font.n,v 1.3.8.2 2007/04/29 02:25:54 das Exp $
+'\" RCS: @(#) $Id: font.n,v 1.3.8.3 2007/11/05 17:21:58 dgp Exp $
'\"
.so man.macros
.TH font n 8.0 Tk "Tk Built-In Commands"
@@ -27,7 +27,7 @@ first argument. The following forms are currently supported:
.
Returns information about the actual attributes that are obtained when
\fIfont\fR is used on \fIwindow\fR's display; the actual attributes obtained
-may differ from the attributes requested due to platform-dependant
+may differ from the attributes requested due to platform-dependent
limitations, such as the availability of font families and pointsizes.
\fIfont\fR is a font description; see FONT DESCRIPTIONS below. If the
\fIwindow\fR argument is omitted, it defaults to the main window. If
@@ -161,7 +161,7 @@ Cases [1] and [2] must match the name of an existing named font or of a
system font. Cases [3], [4], and [5] are accepted on all
platforms and the closest available font will be used. In some situations
it may not be possible to find any close font (e.g., the font family was
-a garbage value); in that case, some system-dependant default font is
+a garbage value); in that case, some system-dependent default font is
chosen. If the font description does not match any of the above patterns,
an error is generated.
.SH "FONT METRICS"
diff --git a/doc/menu.n b/doc/menu.n
index 42a4222..6d630cd 100644
--- a/doc/menu.n
+++ b/doc/menu.n
@@ -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.8.2.1 2004/10/28 10:19:29 dkf Exp $
+'\" RCS: @(#) $Id: menu.n,v 1.8.2.2 2007/11/05 17:21:59 dgp Exp $
'\"
.so man.macros
.TH menu n 4.1 Tk "Tk Built-In Commands"
@@ -684,7 +684,7 @@ of the pulldowns. Once you have done this, specify the menu using the
.VE
.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
diff --git a/doc/tk.n b/doc/tk.n
index a966b1d..072b60e 100644
--- a/doc/tk.n
+++ b/doc/tk.n
@@ -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: tk.n,v 1.7 2002/09/02 22:00:37 hobbs Exp $
+'\" RCS: @(#) $Id: tk.n,v 1.7.2.1 2007/11/05 17:21:59 dgp Exp $
'\"
.so man.macros
.TH tk n 8.4 Tk "Tk Built-In Commands"
@@ -78,7 +78,7 @@ factor is set when the application starts, based on properties of the
installed monitor, but it can be changed at any time. Measurements made
after the scaling factor is changed will use the new scaling factor, but it
is undefined whether existing widgets will resize themselves dynamically to
-accomodate the new scaling factor.
+accommodate the new scaling factor.
.RE
.VS 8.3
.TP