diff options
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. |