From 085fb78e85a4cf44ee2f6f3afc6d60c23296703d Mon Sep 17 00:00:00 2001 From: Hyunggi Chang Date: Sun, 9 Oct 2022 21:58:09 +0900 Subject: [PATCH] fix typo (portatibility -> portability) --- modules/core/include/opencv2/core/cvdef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/include/opencv2/core/cvdef.h b/modules/core/include/opencv2/core/cvdef.h index 9102316968..f1ea80c06c 100644 --- a/modules/core/include/opencv2/core/cvdef.h +++ b/modules/core/include/opencv2/core/cvdef.h @@ -723,7 +723,7 @@ Cv64suf; -// Integer types portatibility +// Integer types portability #ifdef OPENCV_STDINT_HEADER #include OPENCV_STDINT_HEADER #elif defined(__cplusplus)