diff --git a/code/ValidateDataStructure.h b/code/ValidateDataStructure.h index 188950e0e..084a2b083 100644 --- a/code/ValidateDataStructure.h +++ b/code/ValidateDataStructure.h @@ -165,7 +165,7 @@ private: inline void DoValidation(T** array, unsigned int size, const char* firstName, const char* secondName); - // extended version: checks whethr T::mName occurs twice + // extended version: checks whether T::mName occurs twice template inline void DoValidationEx(T** array, unsigned int size, const char* firstName, const char* secondName);