summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-09-18 14:52:29 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-09-18 14:52:29 (GMT)
commit5c5d25ff6d6cf79ce06105cd339492f10e32aa82 (patch)
treef3759cffbf1b627c5669efdf04c443b2293ceef1
parent943be4691a0b7e656418187abe765d4c43190d17 (diff)
downloadtcl-5c5d25ff6d6cf79ce06105cd339492f10e32aa82.zip
tcl-5c5d25ff6d6cf79ce06105cd339492f10e32aa82.tar.gz
tcl-5c5d25ff6d6cf79ce06105cd339492f10e32aa82.tar.bz2
Whitespace police
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 45380ae..43d6cee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,7 +15,7 @@
* generic/tclDate.c: Revised tclGetDate.y to use bison instead
* generic/tclGetDate.y: of yacc to build the parser, eliminating
- * generic/tclInt.h: all the complicated hackery involving
+ * generic/tclInt.h: all the complicated hackery involving
* unix/Makefile.in: 'sed' postprocessing. Rebuilt the parser.
2004-09-14 Kevin B. Kenny <kennykb@acm.org>