summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das>2003-02-22 06:56:47 (GMT)
committerdas <das>2003-02-22 06:56:47 (GMT)
commit7e3ae560296d0a3df86c1698ed5b437abd52e9f4 (patch)
treedfbad6e411b4e06bf5a5c5fab312bd680a66890b
parentf0239791c397d72e62c87ee34346c90c6fdb928c (diff)
downloadtcl-7e3ae560296d0a3df86c1698ed5b437abd52e9f4.zip
tcl-7e3ae560296d0a3df86c1698ed5b437abd52e9f4.tar.gz
tcl-7e3ae560296d0a3df86c1698ed5b437abd52e9f4.tar.bz2
fixed typo
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 868aece..6c86de3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,7 +19,7 @@
* unix/tcl.m4:
* unix/tclUnixPipe.c: (macosx) use vfork() instead of fork() to
- create new processes, as recommended by to Apple (vfork can be up to
+ create new processes, as recommended by Apple (vfork can be up to
100 times faster thank fork on macosx).
* unix/configure: regen.