summaryrefslogtreecommitdiff
path: root/Modules/FindMatlab.cmake
diff options
context:
space:
mode:
authorJosef Angstenberger <code@jtxa.de>2021-05-06 22:37:22 +0200
committerJosef Angstenberger <code@jtxa.de>2021-05-07 17:00:15 +0200
commitdad5b9d8455e4007d1cab1567ebad0eac26330a1 (patch)
treec455f318cde0347c017cce0ebb8098defb702085 /Modules/FindMatlab.cmake
parentfa7d307eff842b52d40d7b5283a04466955d35cc (diff)
downloadcmake-dad5b9d8455e4007d1cab1567ebad0eac26330a1.tar.gz
Modules: Fix typos and spelling in comments
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 2f56d1571d..502eee005c 100644
--- a/Modules/FindMatlab.cmake
+++ b/Modules/FindMatlab.cmake
@@ -1416,7 +1416,7 @@ function(_Matlab_find_instances_from_path matlab_roots)
set(_matlab_possible_roots)
# At this point, we have no other choice than trying to find it from PATH.
- # If set by the user, this wont change
+ # If set by the user, this won't change.
find_program(
_matlab_main_tmp
NAMES matlab)