diff --git a/cmake/Modules/Packages/KIM.cmake b/cmake/Modules/Packages/KIM.cmake index 40811c610d..9305ccd6da 100644 --- a/cmake/Modules/Packages/KIM.cmake +++ b/cmake/Modules/Packages/KIM.cmake @@ -18,7 +18,7 @@ if(PKG_KIM) endif() else() if ("${DOWNLOAD_KIM}" STREQUAL "") - message(WARNING "KIM-API package not found. Default behaivor set to download and build our own") + message(WARNING "KIM-API package not found. Default behavior set to download and build our own") endif() set(DOWNLOAD_KIM_DEFAULT ON) endif()