summaryrefslogtreecommitdiff
path: root/Modules/tclNotify.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/tclNotify.c')
-rw-r--r--Modules/tclNotify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/tclNotify.c b/Modules/tclNotify.c
index 429416e66e..422c944f1c 100644
--- a/Modules/tclNotify.c
+++ b/Modules/tclNotify.c
@@ -119,7 +119,7 @@ InitNotifier()
* None.
*
* Side effects:
- * Clears the notifier intialization flag.
+ * Clears the notifier initialization flag.
*
*----------------------------------------------------------------------
*/
@@ -202,7 +202,7 @@ Tcl_CreateEventSource(setupProc, checkProc, clientData)
* None.
*
* Side effects:
- * The given event source is cancelled, so its procedure will
+ * The given event source is canceled, so its procedure will
* never again be called. If no such source exists, nothing
* happens.
*