From 76727e0cbf1ac7b6f53c66d75b291080d4659a41 Mon Sep 17 00:00:00 2001 From: Ron Lee Date: Fri, 5 May 2000 15:55:11 +0000 Subject: [PATCH] typo fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/function.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index 777de9e7a5..91f6230fef 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -1921,7 +1921,7 @@ function. Note that wxYield will not flush the message logs. This is intentional as calling wxYield is usually done to quickly update the screen and popping up a -message box dialog may be undesirable. If you do with to flush the log +message box dialog may be undesirable. If you do wish to flush the log messages immediately (otherwise it will be done during the next idle loop iteration), call \helpref{wxLog::FlushActive}{wxlogflushactive}.