X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/749a05ee85ea5453f155454e4640ebf795233ad3..dca92ddfbff8fc0a858ada23c4ece06cdbe229c8:/docs/latex/wx/app.tex?ds=sidebyside diff --git a/docs/latex/wx/app.tex b/docs/latex/wx/app.tex index 6aa9ecd22b..461dcc6f10 100644 --- a/docs/latex/wx/app.tex +++ b/docs/latex/wx/app.tex @@ -282,9 +282,9 @@ the user to stop the program, continue or ignore all subsequent asserts. \wxheading{Parameters} -\docparam{file}{the name of the source file where the assert occured} +\docparam{file}{the name of the source file where the assert occurred} -\docparam{line}{the line number in this file where the assert occured} +\docparam{line}{the line number in this file where the assert occurred} \docparam{cond}{the condition of the failed assert in string form} @@ -699,7 +699,7 @@ messages immediately (otherwise it will be done during the next idle loop iteration), call \helpref{wxLog::FlushActive}{wxlogflushactive}. Calling Yield() recursively is normally an error and an assert failure is -raised in debug build if such situation is detected. However if the the +raised in debug build if such situation is detected. However if the {\it onlyIfNeeded} parameter is {\tt true}, the method will just silently return {\tt false} instead.