no code changes, fixed some typos

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Dimitri Schoolwerth
2012-01-09 14:04:25 +00:00
parent 9fa7b43626
commit d9384bfb6d
10 changed files with 11 additions and 11 deletions

View File

@@ -896,7 +896,7 @@ enum wxKeyCode
* to improve compatibility with other systems, WXK_RAW_CONTROL may
* be used to obtain the state of the actual 'Control' key
* ('WXK_CONTROL' would obtain the status of the 'Command' key).
* Under Windows/Linux/Others, this is equivalent to WXK_RAW_CONTROL
* Under Windows/Linux/Others, this is equivalent to WXK_CONTROL
*/
WXK_RAW_CONTROL,
WXK_MENU,

View File

@@ -121,7 +121,7 @@ public:
This method allows to filter all the events processed by the program,
so you should try to return quickly from it to avoid slowing down the
program to the crawl.
program to a crawl.
Although the return type of this method is @c int, this is only due to
backwards compatibility concerns and the actual return value must be