Fix "ont" (instead of "one") typo in wxSTC

Correct "ont" to "one" in several places.
This commit is contained in:
Metallicow
2017-04-18 05:25:46 -05:00
committed by VZ
parent 7e530e23e1
commit 8c8d8c4d3a
6 changed files with 12 additions and 12 deletions

View File

@@ -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);