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:
Blake-Eryx
2018-08-14 17:15:39 +02:00
committed by Vadim Zeitlin
parent de1322a02d
commit e1a7f56040
24 changed files with 47 additions and 47 deletions

View File

@@ -90,7 +90,7 @@ some simple explanations of things.
sizers when determining what the requirements of each item in the sizer is,
and is used for calculating the overall minimum needs of the sizer.
@li wxWindow::SetInitialSize(): this is a little different than the typical size
@li wxWindow::SetInitialSize(): this is a little different from the typical size
setters. Rather than just setting an "initial size" attribute it actually sets
the minimal size to the value passed in, blends that value with the best size,
and then sets the size of the widget to be the result.