Skip to content

Commit 23bbe51

Browse files
authored
CMakeLists.txt: Fix typo discovered by codespell
https://pypi.org/project/codespell/
1 parent 444218e commit 23bbe51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ${ENABLE_PIC})
113113

114114
ocv_cmake_hook(PRE_CMAKE_BOOTSTRAP)
115115

116-
# Bootstap CMake system: setup CMAKE_SYSTEM_NAME and other vars
116+
# Bootstrap CMake system: setup CMAKE_SYSTEM_NAME and other vars
117117
enable_language(CXX C)
118118

119119
ocv_cmake_hook(POST_CMAKE_BOOTSTRAP)

0 commit comments

Comments
 (0)