summaryrefslogtreecommitdiffstats
path: root/doc/font.n
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/font.n
parent129f41134adf049529c02d03f596f3550c830bab (diff)
downloadtk-54906d6ccb934d22157a0dce38abe64cf0472d0c.zip
tk-54906d6ccb934d22157a0dce38abe64cf0472d0c.tar.gz
tk-54906d6ccb934d22157a0dce38abe64cf0472d0c.tar.bz2
Spelling corrections
Diffstat (limited to 'doc/font.n')
-rw-r--r--doc/font.n6
1 files changed, 3 insertions, 3 deletions
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"