]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix typo in comment
authorKyrre Sjobak <kyrre.ness.sjoebaek@cern.ch>
Tue, 24 Jan 2017 15:58:07 +0000 (16:58 +0100)
committerKyrre Sjobak <kyrre.ness.sjoebaek@cern.ch>
Tue, 24 Jan 2017 15:58:07 +0000 (16:58 +0100)
CMakeLists.txt

index 85df2468c8790ef50fe21f9d7c750e014cbcd83f..bad694abaea7b8365780f3dc3aa9a6a2ff56f2fc 100644 (file)
@@ -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)