]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/texcept.tex
Some doc corrections
[wxWidgets.git] / docs / latex / wx / texcept.tex
index 5b2139877f81d595384be00f75d58ba00be5852c..8fce3e4bf664c3faad54bb8f318de15d67bfbf49 100644 (file)
@@ -46,7 +46,7 @@ add a try/catch clause around the call of the base class version. This would
 allow you to catch any exceptions generated during the execution of the main
 event loop. To deal with the exceptions which may arise during the program
 startup and/or shutdown you should insert try/catch clauses in 
-\helpref{OnInit()}{wxapponinit} and/or \helpref{OnExit()}{wxappoxexit} as well.
+\helpref{OnInit()}{wxapponinit} and/or \helpref{OnExit()}{wxapponexit} as well.
 
 Finally, you may also want to continue running even when certain exceptions
 occur. If all of your exceptions may happen only in the event handlers of a