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"));