Skip to content

Commit ad4a972

Browse files
authored
Fix typos in comments (#523)
1 parent e65402f commit ad4a972

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1.3 FATAL_ERROR)
22

33
if(NOT CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
44
add_subdirectory(src)
5-
# compatinility with find_package() vs add_subdirectory
5+
# compatibility with find_package() vs add_subdirectory
66
set(hidapi_VERSION "${hidapi_VERSION}" PARENT_SCOPE)
77
return()
88
endif()

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ endif()
1010

1111
set(VERSION "${CMAKE_MATCH_1}")
1212
string(STRIP "${CMAKE_MATCH_2}" VERSION_SUFFIX)
13-
# compatinility with find_package() vs add_subdirectory
13+
# compatibility with find_package() vs add_subdirectory
1414
set(hidapi_VERSION "${VERSION}" PARENT_SCOPE)
1515
#
1616

0 commit comments

Comments
 (0)