summaryrefslogtreecommitdiffstats
path: root/Source/cmcmd.cxx
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/cmcmd.cxx
parent7072d837720d25bcd1906764e3eb23b940e4e4a4 (diff)
downloadCMake-5950e5432554e3cc731006ed452bab5ddfffec23.zip
CMake-5950e5432554e3cc731006ed452bab5ddfffec23.tar.gz
CMake-5950e5432554e3cc731006ed452bab5ddfffec23.tar.bz2
Source: Fix typos and spelling in comments
Diffstat (limited to 'Source/cmcmd.cxx')
-rw-r--r--Source/cmcmd.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmcmd.cxx b/Source/cmcmd.cxx
index 2c2ae4d..30347f2 100644
--- a/Source/cmcmd.cxx
+++ b/Source/cmcmd.cxx
@@ -1936,8 +1936,8 @@ int cmcmd::RunLLVMRC(std::vector<std::string> const& args)
skipNextArg = false;
continue;
}
- // We use ++ as seperator between the preprocessing step definition and
- // the rc compilation step becase we need to prepend a -- to seperate the
+ // We use ++ as separator between the preprocessing step definition and
+ // the rc compilation step because we need to prepend a -- to separate the
// source file properly from other options when using clang-cl for
// preprocessing.
if (arg == "++") {