summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalUnixMakefileGenerator3.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/cmGlobalUnixMakefileGenerator3.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/cmGlobalUnixMakefileGenerator3.cxx')
-rw-r--r--Source/cmGlobalUnixMakefileGenerator3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.cxx b/Source/cmGlobalUnixMakefileGenerator3.cxx
index 97384cd..248abff 100644
--- a/Source/cmGlobalUnixMakefileGenerator3.cxx
+++ b/Source/cmGlobalUnixMakefileGenerator3.cxx
@@ -147,7 +147,7 @@ void cmGlobalUnixMakefileGenerator3::Generate()
// write each target's progress.make this loop is done twice. Basically the
// Generate pass counts all the actions, the first loop below determines
// how many actions have progress updates for each target and writes to
- // corrrect variable values for everything except the all targets. The
+ // correct variable values for everything except the all targets. The
// second loop actually writes out correct values for the all targets as
// well. This is because the all targets require more information that is
// computed in the first loop.