Miscellaneous spelling and typo fixes in the documentation.

Closes #14866.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2012-12-01 00:14:31 +00:00
parent 0824e36969
commit 04783062e2
5 changed files with 6 additions and 6 deletions

View File

@@ -96,7 +96,7 @@ public:
/**
Detaches this event handler from the parent specified in the constructor
(see wxEvtHandler::Unlink() for a similar but not identic function).
(see wxEvtHandler::Unlink() for a similar but not identical function).
Normally, a wxProcess object is deleted by its parent when it receives the
notification about the process termination.