diff options
author | Brad King <brad.king@kitware.com> | 2020-01-28 16:39:56 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-01-28 16:40:02 (GMT) |
commit | 228dc92b09fc02990247eee9c3448dd0154ba71a (patch) | |
tree | 1cc29b4ea1c9976b92dde08377d0ca4857c936ab | |
parent | a4d7a79beb3c3431f900e184678bdc66133653bf (diff) | |
parent | 7b6af980ebfdde21a969841efaa28ef111d1c2d3 (diff) | |
download | CMake-228dc92b09fc02990247eee9c3448dd0154ba71a.zip CMake-228dc92b09fc02990247eee9c3448dd0154ba71a.tar.gz CMake-228dc92b09fc02990247eee9c3448dd0154ba71a.tar.bz2 |
Merge topic 'mf-typo'
7b6af980eb cmMakefile: Fix spelling typo in comment
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4292
-rw-r--r-- | Source/cmMakefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 9e9c2b8..68f2c2f 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -135,7 +135,7 @@ public: std::unique_ptr<cmFunctionBlocker> RemoveFunctionBlocker(); /** - * Try running cmake and building a file. This is used for dynalically + * Try running cmake and building a file. This is used for dynamically * loaded commands, not as part of the usual build process. */ int TryCompile(const std::string& srcdir, const std::string& bindir, |