diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-19 11:31:58 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-19 11:31:58 (GMT) |
commit | 6c19a9fc363d5b5eb1a167183e5ea3953e8771a9 (patch) | |
tree | a6bc77f01067e3ef3d0d26c7558be82aaf7f944d /win/tclWinInit.c | |
parent | 2bc23ba4db0606275ac299f3c1340fa7950f228f (diff) | |
download | tcl-6c19a9fc363d5b5eb1a167183e5ea3953e8771a9.zip tcl-6c19a9fc363d5b5eb1a167183e5ea3953e8771a9.tar.gz tcl-6c19a9fc363d5b5eb1a167183e5ea3953e8771a9.tar.bz2 |
Spelling mistake in comment!
Diffstat (limited to 'win/tclWinInit.c')
-rw-r--r-- | win/tclWinInit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWinInit.c b/win/tclWinInit.c index a179365..09a6b0a 100644 --- a/win/tclWinInit.c +++ b/win/tclWinInit.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclWinInit.c,v 1.73 2007/05/05 07:23:18 dkf Exp $ + * RCS: @(#) $Id: tclWinInit.c,v 1.74 2007/11/19 11:31:58 dkf Exp $ */ #include "tclWinInt.h" @@ -592,7 +592,7 @@ TclpSetVariables( * TclpFindVariable -- * * Locate the entry in environ for a given name. On Unix this routine is - * case sensetive, on Windows this matches mioxed case. + * case sensitive, on Windows this matches mioxed case. * * Results: * The return value is the index in environ of an entry with the name |