diff options
author | fvogel <fvogelnew1@free.fr> | 2022-01-01 11:00:57 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2022-01-01 11:00:57 (GMT) |
commit | 0d207d8ae333209a43b8d7fef08e3b51db4125e5 (patch) | |
tree | 904f92157771641ba39eb94a2d5413677af22969 /generic/tkFocus.c | |
parent | 340dad9271aba15d6c9c0bca6b493ae3f71d5de9 (diff) | |
download | tk-0d207d8ae333209a43b8d7fef08e3b51db4125e5.zip tk-0d207d8ae333209a43b8d7fef08e3b51db4125e5.tar.gz tk-0d207d8ae333209a43b8d7fef08e3b51db4125e5.tar.bz2 |
Correct typos in various comments.
Diffstat (limited to 'generic/tkFocus.c')
-rw-r--r-- | generic/tkFocus.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/tkFocus.c b/generic/tkFocus.c index 8066afd..9b3b2dc 100644 --- a/generic/tkFocus.c +++ b/generic/tkFocus.c @@ -315,7 +315,7 @@ TkFocusFilterEvent( * embedded child. We don't care about this, although we may end * up getting a NotifyPointer later. * NotifyInferior - focus is coming to us from an embedded child. When - * focus is on an embeded focus, we still think we have the + * focus is on an embedded focus, we still think we have the * focus, too, so this message doesn't change our state. * NotifyPointerRoot - should never happen because this is sent to the * root window. @@ -369,7 +369,7 @@ TkFocusFilterEvent( } /* - * If winPtr isn't a top-level window than just ignore the event. + * If winPtr isn't a top-level window then just ignore the event. */ winPtr = TkWmFocusToplevel(winPtr); @@ -636,7 +636,7 @@ TkSetFocusWin( * We are assigning focus to an embedded toplevel. The platform * specific function TkpClaimFocus needs to handle the job of * assigning focus to the container, since we have no way to find the - * contaiuner. + * container. */ TkpClaimFocus(topLevelPtr, force); @@ -1167,7 +1167,7 @@ TkFocusSplit( * * TkFocusJoin -- * - * Remove the focus record for this window that is nolonger managed + * Remove the focus record for this window that is no longer managed * * Results: * None. |