summaryrefslogtreecommitdiffstats
path: root/generic/tclEvent.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-24 20:19:49 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-24 20:19:49 (GMT)
commite27c66d81aa3904b675aa2851d14444b44c9555e (patch)
treea1b9c9fb440692f02f5b3a355e69ce695216cbf3 /generic/tclEvent.c
parent5e0c34678e24c5ffe05c8a04f4395416067cefc1 (diff)
downloadtcl-e27c66d81aa3904b675aa2851d14444b44c9555e.zip
tcl-e27c66d81aa3904b675aa2851d14444b44c9555e.tar.gz
tcl-e27c66d81aa3904b675aa2851d14444b44c9555e.tar.bz2
Fix [15e74a2fe6]: Fix various typos
Diffstat (limited to 'generic/tclEvent.c')
-rw-r--r--generic/tclEvent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclEvent.c b/generic/tclEvent.c
index 3c4ff74..8cbb55b 100644
--- a/generic/tclEvent.c
+++ b/generic/tclEvent.c
@@ -947,7 +947,7 @@ Tcl_Exit(
/*
* Warning: this function SHOULD NOT return, as there is code that depends
* on Tcl_Exit never returning. In fact, we will Tcl_Panic if anyone
- * returns, so critical is this dependcy.
+ * returns, so critical is this dependency.
*
* If subsystems are not (yet) initialized, proper Tcl-finalization is
* impossible, so fallback to system exit, see bug-[f8a33ce3db5d8cc2].