diff options
author | fvogel <fvogelnew1@free.fr> | 2022-01-01 11:01:27 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2022-01-01 11:01:27 (GMT) |
commit | afb58cdbb8ce573b6a78c8541345ad77d220be65 (patch) | |
tree | 53d67c10b8a1db3cf407c21457d1ef003e8b2cb7 /generic/tkFocus.c | |
parent | 253c11af15b918b40e3fb60ed17ef09c7dace438 (diff) | |
parent | 0d207d8ae333209a43b8d7fef08e3b51db4125e5 (diff) | |
download | tk-afb58cdbb8ce573b6a78c8541345ad77d220be65.zip tk-afb58cdbb8ce573b6a78c8541345ad77d220be65.tar.gz tk-afb58cdbb8ce573b6a78c8541345ad77d220be65.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 5dc542a..0793db1 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. |