summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixInit.c
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>1999-10-13 00:32:48 (GMT)
committerhobbs <hobbs@noemail.net>1999-10-13 00:32:48 (GMT)
commit0df9c199a44d60f44548cc1cdc3fc97c725b1c22 (patch)
tree6644d69c8f99aa752688a9e211685986541523fb /unix/tclUnixInit.c
parent7b5b23503a652c55606a322a9984c9a2722d7dc9 (diff)
downloadtcl-0df9c199a44d60f44548cc1cdc3fc97c725b1c22.zip
tcl-0df9c199a44d60f44548cc1cdc3fc97c725b1c22.tar.gz
tcl-0df9c199a44d60f44548cc1cdc3fc97c725b1c22.tar.bz2
* unix/Makefile.in: purify has to use -best-effort to instrument
* unix/tclAppInit.c: identified potential mem leak when compiling tcltest (not critical) * unix/tclUnixPipe.c: fixed mem leak in TclpCreateProcess when doing alloc between vfork and execvp. * unix/tclUnixTest.c: fixed mem leak in findexecutable test command FossilOrigin-Name: 51f678993b1c39c61b67d5eeaceba4154b1bf566
Diffstat (limited to 'unix/tclUnixInit.c')
-rw-r--r--unix/tclUnixInit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c
index b0ca270..ca1d357 100644
--- a/unix/tclUnixInit.c
+++ b/unix/tclUnixInit.c
@@ -7,7 +7,7 @@
* Copyright (c) 1999 by Scriptics Corporation.
* All rights reserved.
*
- * RCS: @(#) $Id: tclUnixInit.c,v 1.17 1999/07/22 21:50:56 redman Exp $
+ * RCS: @(#) $Id: tclUnixInit.c,v 1.18 1999/10/13 00:32:49 hobbs Exp $
*/
#include "tclInt.h"
@@ -604,7 +604,7 @@ TclpSetVariables(interp)
* TclpFindVariable --
*
* Locate the entry in environ for a given name. On Unix this
- * routine is case sensetive, on Windows this matches mioxed case.
+ * routine is case sensetive, on Windows this matches mixed case.
*
* Results:
* The return value is the index in environ of an entry with the