diff options
| author | apnadkarni <apnmbx-wits@yahoo.com> | 2023-04-14 15:01:18 (GMT) |
|---|---|---|
| committer | apnadkarni <apnmbx-wits@yahoo.com> | 2023-04-14 15:01:18 (GMT) |
| commit | 0db2f11f15f912f0e79b915e2f2af197b7c3be20 (patch) | |
| tree | d687a0578a3abc79fe9d4a121f91e407208cf9ff /generic/tclEvent.c | |
| parent | 4307d0a739ddfd9545e59a0ccf16067fc2dab2a2 (diff) | |
| parent | f7c3a988274b5e8026bf4836028bfd6831e6a615 (diff) | |
| download | tcl-0db2f11f15f912f0e79b915e2f2af197b7c3be20.zip tcl-0db2f11f15f912f0e79b915e2f2af197b7c3be20.tar.gz tcl-0db2f11f15f912f0e79b915e2f2af197b7c3be20.tar.bz2 | |
Merge trunk
Diffstat (limited to 'generic/tclEvent.c')
| -rw-r--r-- | generic/tclEvent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclEvent.c b/generic/tclEvent.c index 3025222..68a2c97 100644 --- a/generic/tclEvent.c +++ b/generic/tclEvent.c @@ -589,7 +589,7 @@ TclGetBgErrorHandler( * * This function is associated with the "tclBgError" assoc data for an * interpreter; it is invoked when the interpreter is deleted in order to - * free the information assoicated with any pending error reports. + * free the information associated with any pending error reports. * * Results: * None. @@ -1122,7 +1122,7 @@ Tcl_InitSubsystems(void) if (subsystemsInitialized == 0) { /* - * Double check inside the mutex. There are definitly calls back into + * Double check inside the mutex. There are definitely calls back into * this routine from some of the functions below. */ |
