Fix typo (#59)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8490728..e0b8e7c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -364,8 +364,8 @@
set_property(TARGET crc32c_capi_tests APPEND PROPERTY COMPILE_OPTIONS "/WX")
# The Windows SDK version currently on CI produces warnings when some
- # headers are #included using C99 compatibity mode or above. This workaround
- # can be removed once the Windows SDK on our CI is upgraded.
+ # headers are #included using C99 compatibility mode or above. This
+ # workaround can be removed once the Windows SDK on our CI is upgraded.
set_property(TARGET crc32c_capi_tests
APPEND PROPERTY COMPILE_OPTIONS "/wd5105")
endif(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")