summaryrefslogtreecommitdiffstats
path: root/generic/tclNotify.c
diff options
context:
space:
mode:
authormistachkin <mistachkin@noemail.net>2008-06-13 05:45:01 (GMT)
committermistachkin <mistachkin@noemail.net>2008-06-13 05:45:01 (GMT)
commitee337e6d610110e3036beeb2537d68ca99335790 (patch)
tree32ea63055bc449e3ffe1e3b813bb8c48326ac84c /generic/tclNotify.c
parent346591d96d2b43f00bf343052aba1a09e67a0468 (diff)
downloadtcl-ee337e6d610110e3036beeb2537d68ca99335790.zip
tcl-ee337e6d610110e3036beeb2537d68ca99335790.tar.gz
tcl-ee337e6d610110e3036beeb2537d68ca99335790.tar.bz2
TIP 285 Implementation
FossilOrigin-Name: 505c316922f01840b9fed6a409f5ca5786f5ad7d
Diffstat (limited to 'generic/tclNotify.c')
-rw-r--r--generic/tclNotify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclNotify.c b/generic/tclNotify.c
index 805845b..0e13379 100644
--- a/generic/tclNotify.c
+++ b/generic/tclNotify.c
@@ -14,7 +14,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclNotify.c,v 1.26 2008/04/16 14:29:26 das Exp $
+ * RCS: @(#) $Id: tclNotify.c,v 1.27 2008/06/13 05:45:14 mistachkin Exp $
*/
#include "tclInt.h"
@@ -299,7 +299,7 @@ Tcl_CreateEventSource(
* None.
*
* Side effects:
- * The given event source is cancelled, so its function will never again
+ * The given event source is canceled, so its function will never again
* be called. If no such source exists, nothing happens.
*
*----------------------------------------------------------------------