diff options
| author | vincentdarley <vincentdarley> | 2004-03-09 12:59:04 (GMT) | 
|---|---|---|
| committer | vincentdarley <vincentdarley> | 2004-03-09 12:59:04 (GMT) | 
| commit | 971d54ac6d69d481e572a53f6206f406f8b53e7e (patch) | |
| tree | b0cb4ba91f317961d72f620ce8fe4c4d002b3bee /generic/tclInitScript.h | |
| parent | 515970292200a913eefd7ee933f2d08cda3cb1de (diff) | |
| download | tcl-971d54ac6d69d481e572a53f6206f406f8b53e7e.zip tcl-971d54ac6d69d481e572a53f6206f406f8b53e7e.tar.gz tcl-971d54ac6d69d481e572a53f6206f406f8b53e7e.tar.bz2 | |
fixed typos in documentation and comments
Diffstat (limited to 'generic/tclInitScript.h')
| -rw-r--r-- | generic/tclInitScript.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/generic/tclInitScript.h b/generic/tclInitScript.h index 0d52623..1165e9f 100644 --- a/generic/tclInitScript.h +++ b/generic/tclInitScript.h @@ -8,7 +8,7 @@   * Copyright (c) 1999 by Scriptics Corporation.   * All rights reserved.   * - * RCS: @(#) $Id: tclInitScript.h,v 1.13 2001/09/10 21:06:55 dgp Exp $ + * RCS: @(#) $Id: tclInitScript.h,v 1.14 2004/03/09 12:59:05 vincentdarley Exp $   */  /* @@ -78,7 +78,7 @@ tclInit";  /*   * A pointer to a string that holds an initialization script that if non-NULL - * is evaluated in Tcl_Init() prior to the the built-in initialization script + * is evaluated in Tcl_Init() prior to the built-in initialization script   * above.  This variable can be modified by the procedure below.   */ | 
