summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h
index f511ae4..d444675 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -116,7 +116,7 @@ public:
return cmSystemTools::s_FatalErrorOccured || GetInterruptFlag();
}
- ///! Set the error occured flag and fatal error back to false
+ ///! Set the error occurred flag and fatal error back to false
static void ResetErrorOccuredFlag()
{
cmSystemTools::s_FatalErrorOccured = false;