Fix spelling and punctuation errors in comments and documentation
Fix several occurrences of misspelling "trivial" as "trival"; use "from" rather than "than"; add missing articles and commas. Closes https://github.com/wxWidgets/wxWidgets/pull/874
This commit is contained in:
committed by
Vadim Zeitlin
parent
de1322a02d
commit
e1a7f56040
@@ -182,7 +182,7 @@ protected:
|
||||
|
||||
wxFont m_useFont;
|
||||
|
||||
//wxString m_stringValue; // displayed text (may be different than m_strings[m_value])
|
||||
//wxString m_stringValue; // displayed text (may be different from m_strings[m_value])
|
||||
int m_value; // selection
|
||||
int m_itemHover; // on which item the cursor is
|
||||
int m_itemHeight; // default item height (calculate from font size
|
||||
|
Reference in New Issue
Block a user