summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorferrieux <ferrieux@users.sourceforge.net>2010-11-29 22:22:07 (GMT)
committerferrieux <ferrieux@users.sourceforge.net>2010-11-29 22:22:07 (GMT)
commit7c9aebb4cdd638855ec47506b5dbe8d5b425c577 (patch)
tree664244d2acb4cf8460e5af074eb1fe0c742e977a /ChangeLog
parent8015af771085bc855ccb6777b0f54d9974cf75ef (diff)
downloadtcl-7c9aebb4cdd638855ec47506b5dbe8d5b425c577.zip
tcl-7c9aebb4cdd638855ec47506b5dbe8d5b425c577.tar.gz
tcl-7c9aebb4cdd638855ec47506b5dbe8d5b425c577.tar.bz2
ChangeLog typo.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e46639..8279967 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@
* generic/tclBasic.c: Patch by Miguel, providing a
[::tcl::unsupported::inject coroname command args], which prepends
- ("injects") arbitrary code to a suspented coro's future resumption.
+ ("injects") arbitrary code to a suspended coro's future resumption.
Neat for debugging complex coros without heavy instrumentation.
2010-11-29 Kevin B. Kenny <kennykb@acm.org>