From 364ccf6361fe4b137434c9058567aebf27d672bc Mon Sep 17 00:00:00 2001 From: Richard Berger Date: Wed, 4 Sep 2019 16:26:03 -0400 Subject: [PATCH] Fix typo --- cmake/Modules/Packages/KIM.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()