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
@@ -796,7 +796,7 @@ TRET wxPropertyGridInterface::GetPropertyValueAs##BIGNAME( wxPGPropArg id ) cons
|
||||
return (TRET)value.Get##BIGNAME(); \
|
||||
}
|
||||
|
||||
// String is different than others.
|
||||
// String is different from others.
|
||||
wxString wxPropertyGridInterface::GetPropertyValueAsString( wxPGPropArg id ) const
|
||||
{
|
||||
wxPG_PROP_ARG_CALL_PROLOG_RETVAL(wxEmptyString)
|
||||
|
Reference in New Issue
Block a user