Fix typos in sample comments

Closes https://github.com/wxWidgets/wxWidgets/pull/2513
This commit is contained in:
Blake Madden
2021-09-06 17:01:35 -04:00
committed by Vadim Zeitlin
parent 8368914725
commit 1380b1914c
23 changed files with 30 additions and 30 deletions

View File

@@ -78,9 +78,9 @@ protected:
long GetHeaderStyleFlags() const;
// reset column style
void ResetColumnStyle(int col);
// compose columnm style flags based on selections
// compose column style flags based on selections
int GetColumnStyleFlags(int col) const;
// get columnm alignment flags based on selection
// get column alignment flags based on selection
wxAlignment GetColumnAlignmentFlag(int col) const;
// the control itself and the sizer it is in

View File

@@ -149,7 +149,7 @@ public:
// this is currently used only to take into account the border flags
virtual void RecreateWidget() = 0;
// apply current atrributes to the widget(s)
// apply current attributes to the widget(s)
void SetUpWidget();
// the default attributes for the widget