summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2015-05-30 18:06:27 (GMT)
committerfvogel <fvogelnew1@free.fr>2015-05-30 18:06:27 (GMT)
commit0529d877fe96fdf2207029de48c98736d246d176 (patch)
tree3e057dcf2e08f6d320d6fa2fb36b94a6cd11f481 /unix
parentc6310d2a325a8284e036acb3a4aa269414a22e09 (diff)
downloadtk-0529d877fe96fdf2207029de48c98736d246d176.zip
tk-0529d877fe96fdf2207029de48c98736d246d176.tar.gz
tk-0529d877fe96fdf2207029de48c98736d246d176.tar.bz2
Fixed typo in comment
Diffstat (limited to 'unix')
-rw-r--r--unix/tkUnixWm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkUnixWm.c b/unix/tkUnixWm.c
index d230b9f..904065b 100644
--- a/unix/tkUnixWm.c
+++ b/unix/tkUnixWm.c
@@ -3647,7 +3647,7 @@ WmWaitMapProc(
* This function is invoked by a widget when it wishes to set a grid
* coordinate system that controls the size of a top-level window. It
* provides a C interface equivalent to the "wm grid" command and is
- * usually asscoiated with the -setgrid option.
+ * usually associated with the -setgrid option.
*
* Results:
* None.