diff options
author | Brad King <brad.king@kitware.com> | 2020-07-23 12:26:09 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-07-23 12:28:21 (GMT) |
commit | e3b5abd068059bae64f41c423a0b52bf0cfb1942 (patch) | |
tree | f9a000ff8e616c784ebbaa33743f7a305868aa81 /Source/cmGlobalUnixMakefileGenerator3.cxx | |
parent | 369ba2f4e2a3f37c2bb29b768933e8c7d68d815f (diff) | |
parent | 207373802ee5458fa2cb0bd8a5ea466840ee15ec (diff) | |
download | CMake-e3b5abd068059bae64f41c423a0b52bf0cfb1942.zip CMake-e3b5abd068059bae64f41c423a0b52bf0cfb1942.tar.gz CMake-e3b5abd068059bae64f41c423a0b52bf0cfb1942.tar.bz2 |
Merge topic 'fix-typos-identified-using-codespell'
207373802e Fix typos identified using codespell
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5040
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.cxx')
-rw-r--r-- | Source/cmGlobalUnixMakefileGenerator3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.cxx b/Source/cmGlobalUnixMakefileGenerator3.cxx index d45fc01..1764429 100644 --- a/Source/cmGlobalUnixMakefileGenerator3.cxx +++ b/Source/cmGlobalUnixMakefileGenerator3.cxx @@ -143,7 +143,7 @@ void cmGlobalUnixMakefileGenerator3::Generate() total += pmi.second.NumberOfActions; } - // write each target's progress.make this loop is done twice. Bascially the + // 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 |