Fix "ont" (instead of "one") typo in wxSTC
Correct "ont" to "one" in several places.
This commit is contained in:
@@ -7315,12 +7315,12 @@ public:
|
||||
wxIntPtr SendMsg(int msg, wxUIntPtr wp=0, wxIntPtr lp=0) const;
|
||||
|
||||
/**
|
||||
Set the vertical scrollbar to use instead of the ont that's built-in.
|
||||
Set the vertical scrollbar to use instead of the one that's built-in.
|
||||
*/
|
||||
void SetVScrollBar(wxScrollBar* bar);
|
||||
|
||||
/**
|
||||
Set the horizontal scrollbar to use instead of the ont that's built-in.
|
||||
Set the horizontal scrollbar to use instead of the one that's built-in.
|
||||
*/
|
||||
void SetHScrollBar(wxScrollBar* bar);
|
||||
|
||||
|
Reference in New Issue
Block a user