diff options
author | Luz Paz <luzpaz@users.noreply.github.com> | 2018-01-03 07:09:54 -0500 |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2018-01-04 06:52:01 +1100 |
commit | 3ab7bf82852a43871edd6b2d026f35caeeb71307 (patch) | |
tree | 74091fa34c79611957c11592aa59efa5f4465c58 /Tests/ExternalOBJ | |
parent | 3e1f5b11e0cfaeb28d1bc4de36e5856344ccb87c (diff) | |
download | cmake-3ab7bf82852a43871edd6b2d026f35caeeb71307.tar.gz |
Various typo fixes
Some are user-facing. Others are source comments.
Diffstat (limited to 'Tests/ExternalOBJ')
-rw-r--r-- | Tests/ExternalOBJ/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/ExternalOBJ/CMakeLists.txt b/Tests/ExternalOBJ/CMakeLists.txt index 458c88bfd3..4ff75b8cc8 100644 --- a/Tests/ExternalOBJ/CMakeLists.txt +++ b/Tests/ExternalOBJ/CMakeLists.txt @@ -55,7 +55,7 @@ message("${EXTERNAL_OBJECT}") # Build an executable using the external object file. add_executable(ExternalOBJ executable.cxx ${CUSTOM_OBJECT}) # A bug showed up in VS2010 where an object file that was -# part of a custom commad output worked, but ones that were +# part of a custom command output worked, but ones that were # not didn't work. So, repeat the executable using the object # directly and not from the output of the copy. add_executable(ExternalOBJ2 executable.cxx ${EXTERNAL_OBJECT}) |