diff options
-rw-r--r-- | generic/tclEvent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclEvent.c b/generic/tclEvent.c index 7499577..f237cd2 100644 --- a/generic/tclEvent.c +++ b/generic/tclEvent.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclEvent.c,v 1.4 1999/04/16 00:46:46 stanton Exp $ + * RCS: @(#) $Id: tclEvent.c,v 1.5 1999/04/23 01:57:08 stanton Exp $ */ #include "tclInt.h" @@ -779,7 +779,7 @@ TclFindEncodings(argv0) TclpSetInitialEncodings(); /* - * Now convert the native sting back to native string back to UTF. + * Now convert the native string back to UTF. */ if (pathPtr != NULL) { |