Various typo fixes

Some are user-facing. Others are source comments.
This commit is contained in:
Luz Paz
2018-01-03 07:09:54 -05:00
committed by Craig Scott
parent 3e1f5b11e0
commit 3ab7bf8285
61 changed files with 69 additions and 69 deletions

View File

@@ -242,7 +242,7 @@ bool cmTargetLinkLibrariesCommand::InitialPass(
// Lookup old-style cache entry if type is unspecified. So if you
// do a target_link_libraries(foo optimized bar) it will stay optimized
// and not use the lookup. As there may be the case where someone has
// specifed that a library is both debug and optimized. (this check is
// specified that a library is both debug and optimized. (this check is
// only there for backwards compatibility when mixing projects built
// with old versions of CMake and new)
llt = GENERAL_LibraryType;