From: Matthias Maier Date: Thu, 14 Jul 2016 00:35:12 +0000 (-0500) Subject: fix a typo X-Git-Tag: v8.5.0-rc1~875^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24bef4ff27300d6083026f54e68cd7f9491f6bc9;p=dealii.git fix a typo --- diff --git a/cmake/macros/macro_check_compiler_setup.cmake b/cmake/macros/macro_check_compiler_setup.cmake index 85e3b984f2..c1d3a9e820 100644 --- a/cmake/macros/macro_check_compiler_setup.cmake +++ b/cmake/macros/macro_check_compiler_setup.cmake @@ -21,7 +21,7 @@ # # This macro tries to compile and link a simple "int main(){ return 0; } # with the given set of provided compiler and linker flags and an optional -# list of libraries to link against. If the test is succesful the variable +# list of libraries to link against. If the test is successful the variable # ${_var} is set to true, otherwise it is set to false. #