]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed typo in documentation string
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 11 Apr 2010 13:20:10 +0000 (13:20 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 11 Apr 2010 13:20:10 +0000 (13:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63939 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/any.h
interface/wx/any.h

index c82daa1c1a5ed0d7c03c4d1a009b60d3e3f29e4c..4ddd7b4c1ce5d74a14c5b7d0ebfa5a7da4e6447c 100644 (file)
@@ -767,7 +767,7 @@ public:
         in release ones.
 
         @remarks This template function does not work on some older compilers
-                (such as Visual C++ 6.0). For full compiler ccompatibility
+                (such as Visual C++ 6.0). For full compiler compatibility
                 please use wxANY_AS(any, T) macro instead.
     */
     // FIXME-VC6: remove this hack when VC6 is no longer supported
index 2f96ade0e7ffb44a7647b8c71d1aa9a006487c97..61b214b449378e6536d8d0f4dfd944c02036b5bf 100644 (file)
@@ -378,7 +378,7 @@ public:
         a specific C++ data type.
 
         @remarks This template function does not work on some older compilers
-                (such as Visual C++ 6.0). For full compiler ccompatibility
+                (such as Visual C++ 6.0). For full compiler compatibility
                 please use wxANY_VALUE_TYPE_CHECK_TYPE(valueTypePtr, T) macro
                 instead.