summaryrefslogtreecommitdiffstats
path: root/doc/getOpenFile.n
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2004-03-25 12:12:35 (GMT)
committervincentdarley <vincentdarley>2004-03-25 12:12:35 (GMT)
commit75791dad3c3d9947598d34c7e0f3470126b401e4 (patch)
treec77eb5434e514789bbeea80e0edf5665959a9c29 /doc/getOpenFile.n
parent36561300e09e603e3ed9f5d1750278417f0c0829 (diff)
downloadtk-75791dad3c3d9947598d34c7e0f3470126b401e4.zip
tk-75791dad3c3d9947598d34c7e0f3470126b401e4.tar.gz
tk-75791dad3c3d9947598d34c7e0f3470126b401e4.tar.bz2
Fix typos in documentation
Diffstat (limited to 'doc/getOpenFile.n')
-rw-r--r--doc/getOpenFile.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/getOpenFile.n b/doc/getOpenFile.n
index 18ac2ca..09106a8 100644
--- a/doc/getOpenFile.n
+++ b/doc/getOpenFile.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: getOpenFile.n,v 1.10 2002/04/19 22:16:02 jenglish Exp $
+'\" RCS: @(#) $Id: getOpenFile.n,v 1.11 2004/03/25 12:12:36 vincentdarley Exp $
'\"
.so man.macros
.TH tk_getOpenFile n 4.2 Tk "Tk Built-In Commands"
@@ -128,7 +128,7 @@ in the sample code matches files that EITHER have a \fB\.gif\fR
extension OR belong to the \fImacType\fR \fBGIFF\fR.
.PP
On the Unix and Windows platforms, a file matches a file pattern
-if its name matches at at least one of the \fIextension\fR(s) of
+if its name matches at least one of the \fIextension\fR(s) of
the file pattern. The \fImacType\fRs are ignored.
.SH "SPECIFYING EXTENSIONS"
.PP