diff options
author | vincentdarley <vincentdarley> | 2004-02-28 15:45:53 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2004-02-28 15:45:53 (GMT) |
commit | 81e076ccf3d8390e2fa2cd46f424277d848a302a (patch) | |
tree | ec396d372ae893feb7d2da8873d70b6e45f16c6b /doc/namespace.n | |
parent | ba7cd3da57766d973da7ed363aac6847f1ad6ab5 (diff) | |
download | tcl-81e076ccf3d8390e2fa2cd46f424277d848a302a.zip tcl-81e076ccf3d8390e2fa2cd46f424277d848a302a.tar.gz tcl-81e076ccf3d8390e2fa2cd46f424277d848a302a.tar.bz2 |
removed 'the the' typos
Diffstat (limited to 'doc/namespace.n')
-rw-r--r-- | doc/namespace.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/namespace.n b/doc/namespace.n index 48180d1..bd84853 100644 --- a/doc/namespace.n +++ b/doc/namespace.n @@ -6,7 +6,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: namespace.n,v 1.11 2003/09/29 14:37:14 dkf Exp $ +'\" RCS: @(#) $Id: namespace.n,v 1.12 2004/02/28 15:45:53 vincentdarley Exp $ '\" .so man.macros .TH namespace n 8.5 Tcl "Tcl Built-In Commands" @@ -40,7 +40,7 @@ The actual pattern used is determined as follows: a pattern that starts with \fB::\fR is used directly, otherwise the namespace \fInamespace\fR (or the fully-qualified name of the current namespace) -is prepended onto the the pattern. +is prepended onto the pattern. .TP \fBnamespace code \fIscript\fR Captures the current namespace context for later execution |