summaryrefslogtreecommitdiffstats
path: root/doc/Name.3
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/Name.3
parent36561300e09e603e3ed9f5d1750278417f0c0829 (diff)
downloadtk-75791dad3c3d9947598d34c7e0f3470126b401e4.zip
tk-75791dad3c3d9947598d34c7e0f3470126b401e4.tar.gz
tk-75791dad3c3d9947598d34c7e0f3470126b401e4.tar.bz2
Fix typos in documentation
Diffstat (limited to 'doc/Name.3')
-rw-r--r--doc/Name.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Name.3 b/doc/Name.3
index 6f10d97..9357a3b 100644
--- a/doc/Name.3
+++ b/doc/Name.3
@@ -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: Name.3,v 1.3 2002/01/25 21:09:36 dgp Exp $
+'\" RCS: @(#) $Id: Name.3,v 1.4 2004/03/25 12:12:35 vincentdarley Exp $
'\"
.so man.macros
.TH Tk_Name 3 "" Tk "Tk Library Procedures"
@@ -57,7 +57,7 @@ Path names have a structure similar to file names in Unix but with
dots between elements instead of slashes: the main window for
an application has the path name ``.''; its children have names like
``.a'' and ``.b''; their children have names like ``.a.aa'' and
-``.b.bb''; and so on. A window is considered to be be a child of
+``.b.bb''; and so on. A window is considered to be a child of
another window for naming purposes if the second window was named
as the first window's \fIparent\fR when the first window was created.
This is not always the same as the X window hierarchy. For