summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2022-10-03 20:56:06 (GMT)
committerfvogel <fvogelnew1@free.fr>2022-10-03 20:56:06 (GMT)
commita844958be0708d4911ee71748307d1537bf4cc1a (patch)
tree7c3ac11e56a2b09b3920dc2647eb022d018dbe92 /win
parent4e9bf9b552c1a8cd7812835265603677e6d9cbf6 (diff)
downloadtk-a844958be0708d4911ee71748307d1537bf4cc1a.zip
tk-a844958be0708d4911ee71748307d1537bf4cc1a.tar.gz
tk-a844958be0708d4911ee71748307d1537bf4cc1a.tar.bz2
Fix typo in comments.
Diffstat (limited to 'win')
-rw-r--r--win/tkWinWm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tkWinWm.c b/win/tkWinWm.c
index 80bdc75..f27a965 100644
--- a/win/tkWinWm.c
+++ b/win/tkWinWm.c
@@ -7978,7 +7978,7 @@ WmProc(
winPtr = GetTopLevel(hwnd);
if (winPtr && (TkGrabState(winPtr) == TK_GRAB_EXCLUDED)) {
/*
- * This window is outside the grab heirarchy, so don't let any of
+ * This window is outside the grab hierarchy, so don't let any of
* the normal non-client processing occur. Note that this
* implementation is not strictly correct because the grab might
* change between now and when the event would have been processed