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
@@ -15,11 +15,11 @@ variables in a portable way. They are currently implemented under Win32 and
|
||||
POSIX-like systems (Unix).
|
||||
|
||||
Remember that these functions add/change/delete environment variables of the
|
||||
current process only. Child processes copy the environment variables of the parent
|
||||
current process only. Child processes copy the environment variables of the parent,
|
||||
but do not share them (a wxSetEnv() in the parent process won't change the value
|
||||
returned by wxGetEnv() in the child process and viceversa).
|
||||
returned by wxGetEnv() in the child process and vice versa).
|
||||
|
||||
For more evoluted interprocess communication tecniques see @ref overview_ipc.
|
||||
For more advanced interprocess communication techniques see @ref overview_ipc.
|
||||
|
||||
*/
|
||||
|
||||
|
@@ -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.
|
||||
|
@@ -1349,7 +1349,7 @@ must be of wxMDIChildFrame type.
|
||||
wxMDIChildFrame supports the same properties that @ref xrc_wxfrane and
|
||||
@ref xrc_wxmdiparentframe do.
|
||||
|
||||
wxMDIChildFrame can only be used as as immediate child of @ref
|
||||
wxMDIChildFrame can only be used as immediate child of @ref
|
||||
xrc_wxmdiparentframe.
|
||||
|
||||
wxMDIChildFrame may have optional children: either exactly one
|
||||
|
Reference in New Issue
Block a user