diff options
author | das <das> | 2009-04-10 18:04:21 (GMT) |
---|---|---|
committer | das <das> | 2009-04-10 18:04:21 (GMT) |
commit | 51f5dcf907c1e99b13539880d97592a9c0574e5c (patch) | |
tree | 1cfd99775a76ba905b6c9956ca19e7674ac65b38 | |
parent | 3a59859d7ab015429c899f51da5ab7f456537a72 (diff) | |
download | tcl-51f5dcf907c1e99b13539880d97592a9c0574e5c.zip tcl-51f5dcf907c1e99b13539880d97592a9c0574e5c.tar.gz tcl-51f5dcf907c1e99b13539880d97592a9c0574e5c.tar.bz2 |
typo
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,8 +19,8 @@ 2008-04-10 Daniel Steffen <das@users.sourceforge.net> * macosx/tclMacOSXNotify.c: revise CoreFoundation notifier to allow - * unix/tclUnixChan.c: embedding into applications that - * unix/tclUnixEvent.c: already have a CFRunLoop running and + embedding into applications that + already have a CFRunLoop running and want to run the tcl event loop via Tcl_ServiceModeHook(TCL_SERVICE_ALL). |