From: Kyrre Sjobak Date: Tue, 24 Jan 2017 15:58:07 +0000 (+0100) Subject: Fix typo in comment X-Git-Tag: v3.3.0~38^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b51e595a6ae85e8da4093a0de0d773bfd7d3906e;p=thirdparty%2Flibarchive.git Fix typo in comment --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 85df2468c..bad694aba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -608,7 +608,7 @@ IF(ENABLE_CNG) ELSE(ENABLE_CNG) UNSET(HAVE_BCRYPT_H CACHE) ENDIF(ENABLE_CNG) -# Following files need windwos.h, so we should test it after windows.h test. +# Following files need windows.h, so we should test it after windows.h test. LA_CHECK_INCLUDE_FILE("wincrypt.h" HAVE_WINCRYPT_H) LA_CHECK_INCLUDE_FILE("winioctl.h" HAVE_WINIOCTL_H)