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 /Source/cmDependsFortran.cxx | |
parent | 3728f079af64b4d4ea494ce7a8f723dee5f84a7a (diff) | |
download | CMake-04b0d5c86291d14f485d1046957a6fcd22d65bee.zip CMake-04b0d5c86291d14f485d1046957a6fcd22d65bee.tar.gz CMake-04b0d5c86291d14f485d1046957a6fcd22d65bee.tar.bz2 |
codespell: Fix typos
Diffstat (limited to 'Source/cmDependsFortran.cxx')
-rw-r--r-- | Source/cmDependsFortran.cxx | 2 |
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 |