From 24c7c13cc60aecf98c033c3243ecc6748edff3b1 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 23 Jul 2025 10:49:42 -0400 Subject: [PATCH] Source: Fix typos --- Source/cmCMakeHostSystemInformationCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmCMakeHostSystemInformationCommand.cxx b/Source/cmCMakeHostSystemInformationCommand.cxx index 00b59c62eb..51b7c306fe 100644 --- a/Source/cmCMakeHostSystemInformationCommand.cxx +++ b/Source/cmCMakeHostSystemInformationCommand.cxx @@ -303,7 +303,7 @@ std::map GetOSReleaseVariables( scripts = gl.GetFiles(); } - // 2. User provided (append to the CMake prvided) + // 2. User provided (append to the CMake provided) cmList::append( scripts, makefile.GetDefinition("CMAKE_GET_OS_RELEASE_FALLBACK_SCRIPTS"));