diff options
author | fvogel <fvogelnew1@free.fr> | 2022-10-03 20:56:06 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2022-10-03 20:56:06 (GMT) |
commit | a844958be0708d4911ee71748307d1537bf4cc1a (patch) | |
tree | 7c3ac11e56a2b09b3920dc2647eb022d018dbe92 /generic/tkGrab.c | |
parent | 4e9bf9b552c1a8cd7812835265603677e6d9cbf6 (diff) | |
download | tk-a844958be0708d4911ee71748307d1537bf4cc1a.zip tk-a844958be0708d4911ee71748307d1537bf4cc1a.tar.gz tk-a844958be0708d4911ee71748307d1537bf4cc1a.tar.bz2 |
Fix typo in comments.
Diffstat (limited to 'generic/tkGrab.c')
-rw-r--r-- | generic/tkGrab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkGrab.c b/generic/tkGrab.c index 787a2e2..2232ba5 100644 --- a/generic/tkGrab.c +++ b/generic/tkGrab.c @@ -26,7 +26,7 @@ * grab state information: the current grab window, the current restrict * window, and whether the mouse is captured. * - * The current grab window specifies the point in the Tk window heirarchy + * The current grab window specifies the point in the Tk window hierarchy * above which pointer events will not be reported. Any window within the * subtree below the grab window will continue to receive events as normal. * Events outside of the grab tree will be reported to the grab window. |