X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..e9321277925fc8eb439dd713fc7015cc873f0c38:/interface/wx/gbsizer.h?ds=sidebyside diff --git a/interface/wx/gbsizer.h b/interface/wx/gbsizer.h index a45881ca7b..5c7b76cfb0 100644 --- a/interface/wx/gbsizer.h +++ b/interface/wx/gbsizer.h @@ -217,7 +217,7 @@ public: The wxGBSizerItem class is used by the wxGridBagSizer for tracking the items in the sizer. It adds grid position and spanning information to the - normal wxSizerItem by adding wxGBPosition and wxGBSpan attrbibutes. Most of + normal wxSizerItem by adding wxGBPosition and wxGBSpan attributes. Most of the time you will not need to use a wxGBSizerItem directly in your code, but there are a couple of cases where it is handy. @@ -268,7 +268,7 @@ public: //@} /** - Returns @true if this item and the @a other item instersect. + Returns @true if this item and the @a other item intersect. */ bool Intersects(const wxGBSizerItem& other); /**