diff options
author | vincentdarley <vincentdarley> | 2004-03-25 12:12:35 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2004-03-25 12:12:35 (GMT) |
commit | 75791dad3c3d9947598d34c7e0f3470126b401e4 (patch) | |
tree | c77eb5434e514789bbeea80e0edf5665959a9c29 /doc/WindowId.3 | |
parent | 36561300e09e603e3ed9f5d1750278417f0c0829 (diff) | |
download | tk-75791dad3c3d9947598d34c7e0f3470126b401e4.zip tk-75791dad3c3d9947598d34c7e0f3470126b401e4.tar.gz tk-75791dad3c3d9947598d34c7e0f3470126b401e4.tar.bz2 |
Fix typos in documentation
Diffstat (limited to 'doc/WindowId.3')
-rw-r--r-- | doc/WindowId.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/WindowId.3 b/doc/WindowId.3 index 8f930c8..c34fff3 100644 --- a/doc/WindowId.3 +++ b/doc/WindowId.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: WindowId.3,v 1.7 2002/08/05 04:30:38 dgp Exp $ +'\" RCS: @(#) $Id: WindowId.3,v 1.8 2004/03/25 12:12:36 vincentdarley Exp $ '\" .so man.macros .TH Tk_WindowId 3 "8.4" Tk "Tk Library Procedures" @@ -146,7 +146,7 @@ is a container, and that some other application may be embedding itself inside \fItkwin\fR. .PP \fBTk_IsEmbedded\fR returns a non-zero value if \fItkwin\fR -is is not a free-standing window, but rather is embedded in some +is not a free-standing window, but rather is embedded in some other application. .PP \fBTk_IsMapped\fR returns a non-zero value if \fItkwin\fR |