]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed typo
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 11 May 2002 23:24:01 +0000 (23:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 11 May 2002 23:24:01 +0000 (23:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/function.tex

index 8bcd603ee0fed0c03e8c73e5b0b55bded68c2952..41cd0d5c3536818f5f21120beff939a50c7976e8 100644 (file)
@@ -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.