diff --git a/CMakeModules/cpack_custom.cmake b/CMakeModules/cpack_custom.cmake index 6a23457..d4fad9b 100644 --- a/CMakeModules/cpack_custom.cmake +++ b/CMakeModules/cpack_custom.cmake @@ -104,7 +104,7 @@ set( CPACK_DEBIAN_FILE_NAME # -------------------------------- -# Defult to gzip tar on unix. zip otherwise. +# Default to gzip tar on unix. zip otherwise. if (NOT CPACK_GENERATOR) if (UNIX) set( CPACK_GENERATOR "TGZ" )