summaryrefslogtreecommitdiffstats
path: root/Source/cmCMakeHostSystemInformationCommand.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-06-14 11:34:25 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-06-14 11:34:32 (GMT)
commit93812f95c6cc2e4bc693b7f34b8684ba85d5cb82 (patch)
treed55d5dc05616bfe354df860269284114a2510d82 /Source/cmCMakeHostSystemInformationCommand.cxx
parenta491edd54f1e6ae74a1f047bae6bb81b68d7ae2e (diff)
parent98a10290a854a78cbe0a804a3d69313acd6f4339 (diff)
downloadCMake-93812f95c6cc2e4bc693b7f34b8684ba85d5cb82.zip
CMake-93812f95c6cc2e4bc693b7f34b8684ba85d5cb82.tar.gz
CMake-93812f95c6cc2e4bc693b7f34b8684ba85d5cb82.tar.bz2
Merge topic 'spelling-occurred'
98a10290a8 cmSystemTools: Fix 'ErrorOccurred' spelling Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7353
Diffstat (limited to 'Source/cmCMakeHostSystemInformationCommand.cxx')
-rw-r--r--Source/cmCMakeHostSystemInformationCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCMakeHostSystemInformationCommand.cxx b/Source/cmCMakeHostSystemInformationCommand.cxx
index 2a019b1..0750eea 100644
--- a/Source/cmCMakeHostSystemInformationCommand.cxx
+++ b/Source/cmCMakeHostSystemInformationCommand.cxx
@@ -338,7 +338,7 @@ std::map<std::string, std::string> GetOSReleaseVariables(
// include FATAL_ERROR and ERROR in the return status
if (!makefile.ReadListFile(script) ||
- cmSystemTools::GetErrorOccuredFlag()) {
+ cmSystemTools::GetErrorOccurredFlag()) {
// Ok, no worries... go try the next script.
continue;
}