diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2007-11-19 11:31:58 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2007-11-19 11:31:58 (GMT) |
| commit | 7fec38090abfe1cae75b752c15bcd75f7425d82a (patch) | |
| tree | a6bc77f01067e3ef3d0d26c7558be82aaf7f944d /win/tclWinInit.c | |
| parent | b0e6c559ab3dadeefe2c9d67e0caaf798783e271 (diff) | |
| download | tcl-7fec38090abfe1cae75b752c15bcd75f7425d82a.zip tcl-7fec38090abfe1cae75b752c15bcd75f7425d82a.tar.gz tcl-7fec38090abfe1cae75b752c15bcd75f7425d82a.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 |
