summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-11-17 16:35:41 (GMT)
committerBrad King <brad.king@kitware.com>2023-11-17 16:35:41 (GMT)
commitcdd741ebf997ffdbf7408e6e8ec5701c2389ffda (patch)
treea1b2e9697462965368777b1f433ba6a0f61b7458 /Source/cmMakefile.cxx
parent6f8532fbfac3912fcb0e8729d549f2bfb045c64e (diff)
parent9283b206593197d56662b4696691fd274729a100 (diff)
downloadCMake-cdd741ebf997ffdbf7408e6e8ec5701c2389ffda.zip
CMake-cdd741ebf997ffdbf7408e6e8ec5701c2389ffda.tar.gz
CMake-cdd741ebf997ffdbf7408e6e8ec5701c2389ffda.tar.bz2
Merge branch 'backport-ci-fedora-39' into ci-fedora-39
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r--Source/cmMakefile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index e055a34..aafef44 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -3728,7 +3728,7 @@ int cmMakefile::TryCompile(const std::string& srcdir,
// make sure the same generator is used
// use this program as the cmake to be run, it should not
- // be run that way but the cmake object requires a vailid path
+ // be run that way but the cmake object requires a valid path
cmake cm(cmake::RoleProject, cmState::Project,
cmState::ProjectKind::TryCompile);
auto gg = cm.CreateGlobalGenerator(this->GetGlobalGenerator()->GetName());