diff options
author | Brad King <brad.king@kitware.com> | 2023-05-18 20:36:49 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-05-22 20:51:15 (GMT) |
commit | 04b0d5c86291d14f485d1046957a6fcd22d65bee (patch) | |
tree | 2e394bcc048c60a019e008eb294563f08350411e /Tests/RunCMake/CompileFeatures/RunCMakeTest.cmake | |
parent | 3728f079af64b4d4ea494ce7a8f723dee5f84a7a (diff) | |
download | CMake-04b0d5c86291d14f485d1046957a6fcd22d65bee.zip CMake-04b0d5c86291d14f485d1046957a6fcd22d65bee.tar.gz CMake-04b0d5c86291d14f485d1046957a6fcd22d65bee.tar.bz2 |
codespell: Fix typos
Diffstat (limited to 'Tests/RunCMake/CompileFeatures/RunCMakeTest.cmake')
-rw-r--r-- | Tests/RunCMake/CompileFeatures/RunCMakeTest.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/CompileFeatures/RunCMakeTest.cmake b/Tests/RunCMake/CompileFeatures/RunCMakeTest.cmake index a001c5d..7b72ffe 100644 --- a/Tests/RunCMake/CompileFeatures/RunCMakeTest.cmake +++ b/Tests/RunCMake/CompileFeatures/RunCMakeTest.cmake @@ -130,7 +130,7 @@ endfunction() function(test_cmp0128_warn_unset) # For compilers that had CMAKE_<LANG>_EXTENSION_COMPILE_OPTION (only IAR) - # there is no behavioural change and thus no warning. + # there is no behavioral change and thus no warning. if(NOT "${${lang}_EXT_FLAG}" STREQUAL "") return() endif() |