Fix misspellings in comments and documentation
No real changes. Closes https://github.com/wxWidgets/wxWidgets/pull/870
This commit is contained in:
committed by
Vadim Zeitlin
parent
11e6a40a97
commit
49e20a961d
@@ -1247,7 +1247,7 @@ public:
|
||||
bool EndParagraphSpacing() { return GetBuffer().EndParagraphSpacing(); }
|
||||
|
||||
/**
|
||||
Begins appling line spacing. @e spacing is a multiple, where 10 means
|
||||
Begins applying line spacing. @e spacing is a multiple, where 10 means
|
||||
single-spacing, 15 means 1.5 spacing, and 20 means double spacing.
|
||||
|
||||
The ::wxTextAttrLineSpacing constants are defined for convenience.
|
||||
@@ -1497,7 +1497,7 @@ public:
|
||||
virtual bool WordLeft(int noPages = 1, int flags = 0);
|
||||
|
||||
/**
|
||||
Move a nuber of words to the right.
|
||||
Move a number of words to the right.
|
||||
*/
|
||||
virtual bool WordRight(int noPages = 1, int flags = 0);
|
||||
|
||||
|
Reference in New Issue
Block a user