summaryrefslogtreecommitdiffstats
path: root/generic/tkBind.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-04-11 10:39:54 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-04-11 10:39:54 (GMT)
commit6f43610172ef499ef09197cc5e0adf3582360a5c (patch)
tree765f362a28b1996875676e9dea0d596ada815857 /generic/tkBind.c
parentee87f2694be353b83f0306ab4bc03225b61b7caf (diff)
downloadtk-6f43610172ef499ef09197cc5e0adf3582360a5c.zip
tk-6f43610172ef499ef09197cc5e0adf3582360a5c.tar.gz
tk-6f43610172ef499ef09197cc5e0adf3582360a5c.tar.bz2
Deprecate Tk_FreeXId(), since it doesn't do anything since 2008-08-19: [8356aa0eec57fa7a]
Diffstat (limited to 'generic/tkBind.c')
-rw-r--r--generic/tkBind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkBind.c b/generic/tkBind.c
index cb516e8..c75f6a0 100644
--- a/generic/tkBind.c
+++ b/generic/tkBind.c
@@ -2868,7 +2868,7 @@ GetAllVirtualEvents(
* Any other fields in eventPtr which are not specified by the pattern
* string or the optional arguments, are set to 0.
*
- * The event may be handled sychronously or asynchronously, depending on
+ * The event may be handled synchronously or asynchronously, depending on
* the value specified by the optional "-when" option. The default
* setting is synchronous.
*