diff options
author | Josef Angstenberger <code@jtxa.de> | 2021-05-06 21:07:07 (GMT) |
---|---|---|
committer | Josef Angstenberger <code@jtxa.de> | 2021-05-07 15:00:13 (GMT) |
commit | 9d0042362007b11ba2ca6c57f677b310cbd77dc5 (patch) | |
tree | 201fa7b69f3a5ab6e4ba18cecdc4f847cd10e987 /Tests/CPackComponentsForAll | |
parent | 6dd719a4a51be02a5fa870f94743807ac856d10d (diff) | |
download | CMake-9d0042362007b11ba2ca6c57f677b310cbd77dc5.zip CMake-9d0042362007b11ba2ca6c57f677b310cbd77dc5.tar.gz CMake-9d0042362007b11ba2ca6c57f677b310cbd77dc5.tar.bz2 |
Tests: Fix typos and spelling in comments
Diffstat (limited to 'Tests/CPackComponentsForAll')
-rw-r--r-- | Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake b/Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake index f3d3ad0..31e843a 100644 --- a/Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake +++ b/Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake @@ -404,7 +404,7 @@ if(CPackGen MATCHES "RPM") elseif("${symlink_name}" STREQUAL "symlink_other_relocatable_path" OR "${symlink_name}" STREQUAL "symlink_from_non_relocatable_path" OR "${symlink_name}" STREQUAL "symlink_relocatable_subpath") - # these links were not canged - post install script only - ignore them + # these links were not changed - post install script only - ignore them else() message(FATAL_ERROR "error: unexpected rpm symbolic link '${check_symlink}'") endif() |