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
@@ -3855,7 +3855,7 @@ void TestRichMessageDialog::AddAdditionalTextOptions(wxSizer *sizer)
|
||||
wxSizer * const sizerMsgs = new wxStaticBoxSizer(wxVERTICAL, this,
|
||||
"&Additional Elements");
|
||||
|
||||
// add a option to show a check box.
|
||||
// add an option to show a check box.
|
||||
wxSizer * const sizerCheckBox = new wxBoxSizer(wxHORIZONTAL);
|
||||
sizerCheckBox->Add(new wxStaticText(this, wxID_ANY, "&Check box:"),
|
||||
wxSizerFlags().Centre().Border(wxRIGHT));
|
||||
|
Reference in New Issue
Block a user