diff options
author | Masashi Fujita <objectxtreme@gmail.com> | 2020-01-28 15:25:56 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-01-28 15:54:15 (GMT) |
commit | 7b6af980ebfdde21a969841efaa28ef111d1c2d3 (patch) | |
tree | 8f337cc2593f6d6dcea3c302e9a1bfabcaa329c3 /Source | |
parent | 03e2757c665f285f3a75d75841473bc7afb2bbc9 (diff) | |
download | CMake-7b6af980ebfdde21a969841efaa28ef111d1c2d3.zip CMake-7b6af980ebfdde21a969841efaa28ef111d1c2d3.tar.gz CMake-7b6af980ebfdde21a969841efaa28ef111d1c2d3.tar.bz2 |
cmMakefile: Fix spelling typo in comment
Diffstat (limited to 'Source')
-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 b13716b..a30af42 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, |