From: Vadim Zeitlin Date: Sat, 11 May 2002 23:24:01 +0000 (+0000) Subject: fixed typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ff8ebd73d78b343bd183b85b7a8530170f6bbbce?ds=inline fixed typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index 8bcd603ee0..41cd0d5c35 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -3476,7 +3476,7 @@ specified {\it condition} is false. The compiler error message should include the {\it msg} identifier - please note that it must be a valid C++ identifier and not a string unlike in the other cases. -This macro is mostly useful for testing the expressions involing the +This macro is mostly useful for testing the expressions involving the {\tt sizeof} operator as they can't be tested by the preprocessor but it is sometimes desirable to test them at the compile time.