From 7f2c14fc4ff276193682baea80d0640c5c7d707a Mon Sep 17 00:00:00 2001 From: Rageking8 <106309953+Rageking8@users.noreply.github.com> Date: Fri, 29 Dec 2023 21:34:16 +0800 Subject: [PATCH] Correct invalid error directive --- modules/core/include/opencv2/core/quaternion.inl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/include/opencv2/core/quaternion.inl.hpp b/modules/core/include/opencv2/core/quaternion.inl.hpp index b901ecbc68..4204806a82 100644 --- a/modules/core/include/opencv2/core/quaternion.inl.hpp +++ b/modules/core/include/opencv2/core/quaternion.inl.hpp @@ -28,7 +28,7 @@ #define OPENCV_CORE_QUATERNION_INL_HPP #ifndef OPENCV_CORE_QUATERNION_HPP -#erorr This is not a standalone header. Include quaternion.hpp instead. +#error This is not a standalone header. Include quaternion.hpp instead. #endif //@cond IGNORE