summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstanton <stanton>1998-10-21 20:57:08 (GMT)
committerstanton <stanton>1998-10-21 20:57:08 (GMT)
commitcb753ddd702424bc449165b39d0c9ddd46413c13 (patch)
tree262edc1574444ef5f67c7d24cb1f9ef965ffce11
parent7e7056e21d0a0d9fa39bdfd742e82b101a6c4b7c (diff)
downloadtcl-cb753ddd702424bc449165b39d0c9ddd46413c13.zip
tcl-cb753ddd702424bc449165b39d0c9ddd46413c13.tar.gz
tcl-cb753ddd702424bc449165b39d0c9ddd46413c13.tar.bz2
fixed typo in include
-rw-r--r--generic/tclUtf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclUtf.c b/generic/tclUtf.c
index 9027921..8576e28 100644
--- a/generic/tclUtf.c
+++ b/generic/tclUtf.c
@@ -8,11 +8,11 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclUtf.c,v 1.1.2.3 1998/10/16 01:16:57 stanton Exp $
+ * RCS: @(#) $Id: tclUtf.c,v 1.1.2.4 1998/10/21 20:57:08 stanton Exp $
*/
#include "tclInt.h"
-#include "TclUtf.h"
+#include "tclUtf.h"
/*
* The following macros are used for fast character category tests. The