summaryrefslogtreecommitdiffstats
path: root/Modules/FindMatlab.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-05-18 20:36:49 (GMT)
committerBrad King <brad.king@kitware.com>2023-05-22 20:51:15 (GMT)
commit04b0d5c86291d14f485d1046957a6fcd22d65bee (patch)
tree2e394bcc048c60a019e008eb294563f08350411e /Modules/FindMatlab.cmake
parent3728f079af64b4d4ea494ce7a8f723dee5f84a7a (diff)
downloadCMake-04b0d5c86291d14f485d1046957a6fcd22d65bee.zip
CMake-04b0d5c86291d14f485d1046957a6fcd22d65bee.tar.gz
CMake-04b0d5c86291d14f485d1046957a6fcd22d65bee.tar.bz2
codespell: Fix typos
Diffstat (limited to 'Modules/FindMatlab.cmake')
-rw-r--r--Modules/FindMatlab.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindMatlab.cmake b/Modules/FindMatlab.cmake
index e111b79..3ab6bc1 100644
--- a/Modules/FindMatlab.cmake
+++ b/Modules/FindMatlab.cmake
@@ -951,7 +951,7 @@ function(matlab_add_unit_test)
endif()
# The option to run a batch program with MATLAB changes depending on the MATLAB version
- # For MATLAB before R2019a (9.6), the only supported option is -r, afterwords the suggested option
+ # For MATLAB before R2019a (9.6), the only supported option is -r, afterwards the suggested option
# is -batch as -r is deprecated
set(maut_BATCH_OPTION "-r")
if(NOT (Matlab_VERSION_STRING STREQUAL ""))