summaryrefslogtreecommitdiffstats
path: root/doc/chooseDirectory.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-08-20 10:56:35 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-08-20 10:56:35 (GMT)
commit8cf3e7964b95b65ef9cca59cda9e0f7430669fc2 (patch)
tree6ca1c6c3faf406bf711958fb205de6612cc00c4c /doc/chooseDirectory.n
parent76b86596cb7edb28d4277ad60de37066b5cda319 (diff)
downloadtk-8cf3e7964b95b65ef9cca59cda9e0f7430669fc2.zip
tk-8cf3e7964b95b65ef9cca59cda9e0f7430669fc2.tar.gz
tk-8cf3e7964b95b65ef9cca59cda9e0f7430669fc2.tar.bz2
Spelling and grammar fixes from Mikhail Kolesnitchenko. [Patch 1012083]
Diffstat (limited to 'doc/chooseDirectory.n')
-rw-r--r--doc/chooseDirectory.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/chooseDirectory.n b/doc/chooseDirectory.n
index ad9cf75..e0d7882 100644
--- a/doc/chooseDirectory.n
+++ b/doc/chooseDirectory.n
@@ -2,7 +2,7 @@
'\" Copyright (c) 1998-2000 by Scriptics Corporation.
'\" All rights reserved.
'\"
-'\" RCS: @(#) $Id: chooseDirectory.n,v 1.2 2004/06/21 14:19:38 dkf Exp $
+'\" RCS: @(#) $Id: chooseDirectory.n,v 1.3 2004/08/20 10:56:36 dkf Exp $
'\"
.so man.macros
.TH tk_chooseDirectory n 8.3 Tk "Tk Built-In Commands"
@@ -40,7 +40,7 @@ Specifies a string to display as the title of the dialog box. If this
option is not specified, then a default title will be displayed.
.TP
\fB\-mustexist\fR \fIboolean\fR
-Specifies whether the user may specify non-existant directories. If
+Specifies whether the user may specify non-existent directories. If
this parameter is true, then the user may only select directories that
already exist. The default value is \fIfalse\fR.
.SH EXAMPLE