From 7b6af980ebfdde21a969841efaa28ef111d1c2d3 Mon Sep 17 00:00:00 2001 From: Masashi Fujita Date: Tue, 28 Jan 2020 10:25:56 -0500 Subject: cmMakefile: Fix spelling typo in comment --- Source/cmMakefile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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, -- cgit v0.12