summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorJosef Angstenberger <code@jtxa.de>2021-05-06 20:28:42 (GMT)
committerJosef Angstenberger <code@jtxa.de>2021-05-07 15:00:18 (GMT)
commit5950e5432554e3cc731006ed452bab5ddfffec23 (patch)
tree41e01846b45b3b88575fa8b6df8fcf34e73ba973 /Source/cmSystemTools.h
parent7072d837720d25bcd1906764e3eb23b940e4e4a4 (diff)
downloadCMake-5950e5432554e3cc731006ed452bab5ddfffec23.zip
CMake-5950e5432554e3cc731006ed452bab5ddfffec23.tar.gz
CMake-5950e5432554e3cc731006ed452bab5ddfffec23.tar.bz2
Source: Fix typos and spelling in comments
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 0aecf71..9f9c493 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -186,7 +186,7 @@ public:
*
* Output is controlled with outputflag. If outputflag is OUTPUT_NONE, no
* user-viewable output from the program being run will be generated.
- * OUTPUT_MERGE is the legacy behaviour where stdout and stderr are merged
+ * OUTPUT_MERGE is the legacy behavior where stdout and stderr are merged
* into stdout. OUTPUT_FORWARD copies the output to stdout/stderr as
* it was received. OUTPUT_PASSTHROUGH passes through the original handles.
*