summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsFortran.cxx
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 /Source/cmDependsFortran.cxx
parent3728f079af64b4d4ea494ce7a8f723dee5f84a7a (diff)
downloadCMake-04b0d5c86291d14f485d1046957a6fcd22d65bee.zip
CMake-04b0d5c86291d14f485d1046957a6fcd22d65bee.tar.gz
CMake-04b0d5c86291d14f485d1046957a6fcd22d65bee.tar.bz2
codespell: Fix typos
Diffstat (limited to 'Source/cmDependsFortran.cxx')
-rw-r--r--Source/cmDependsFortran.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDependsFortran.cxx b/Source/cmDependsFortran.cxx
index aede3fe..d038db7 100644
--- a/Source/cmDependsFortran.cxx
+++ b/Source/cmDependsFortran.cxx
@@ -416,7 +416,7 @@ bool cmDependsFortran::WriteDependenciesReal(std::string const& obj,
// file is not updated. In such case the stamp file will be always
// older than its prerequisite and trigger cmake_copy_f90_mod
// on each new build. This is expected behavior for incremental
- // builds and can not be changed without preforming recursive make
+ // builds and can not be changed without performing recursive make
// calls that would considerably slow down the building process.
makeDepends << stampFileForMake << ": " << obj_m << '\n';
makeDepends << "\t$(CMAKE_COMMAND) -E cmake_copy_f90_mod " << modFile