diff --git a/include/wx/any.h b/include/wx/any.h index c82daa1c1a..4ddd7b4c1c 100644 --- a/include/wx/any.h +++ b/include/wx/any.h @@ -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 diff --git a/interface/wx/any.h b/interface/wx/any.h index 2f96ade0e7..61b214b449 100644 --- a/interface/wx/any.h +++ b/interface/wx/any.h @@ -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.