summaryrefslogtreecommitdiffstats
path: root/Source/cmMakeDirectoryCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMakeDirectoryCommand.cxx')
-rw-r--r--Source/cmMakeDirectoryCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakeDirectoryCommand.cxx b/Source/cmMakeDirectoryCommand.cxx
index cdde6f9..ec8b826 100644
--- a/Source/cmMakeDirectoryCommand.cxx
+++ b/Source/cmMakeDirectoryCommand.cxx
@@ -18,7 +18,7 @@ bool cmMakeDirectoryCommand(std::vector<std::string> const& args,
std::string e = "attempted to create a directory: " + args[0] +
" into a source directory.";
status.SetError(e);
- cmSystemTools::SetFatalErrorOccured();
+ cmSystemTools::SetFatalErrorOccurred();
return false;
}
cmSystemTools::MakeDirectory(args[0]);