From fc3654ccd7bcb34e0c78116f3ae8ee502cb07d0b Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Mon, 16 Apr 2018 11:26:45 +0200 Subject: [PATCH] fix spelling --- cmake_modules/PrintOpts.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake_modules/PrintOpts.cmake b/cmake_modules/PrintOpts.cmake index db11e46e8..27c1fea1d 100644 --- a/cmake_modules/PrintOpts.cmake +++ b/cmake_modules/PrintOpts.cmake @@ -23,7 +23,7 @@ # ### -# some variables has been set to 1 instead of ON to make the chameleon_config.h file +# some variables have been set to 1 instead of ON to make the chameleon_config.h file # restore ON when necessary if (CHAMELEON_USE_CUDA) set(CHAMELEON_USE_CUDA "ON") -- GitLab