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/CPackComponentsDEB | |
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/CPackComponentsDEB')
-rw-r--r-- | Tests/CPackComponentsDEB/RunCPackVerifyResult.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CPackComponentsDEB/RunCPackVerifyResult.cmake b/Tests/CPackComponentsDEB/RunCPackVerifyResult.cmake index 8f7c198..b61e62d 100644 --- a/Tests/CPackComponentsDEB/RunCPackVerifyResult.cmake +++ b/Tests/CPackComponentsDEB/RunCPackVerifyResult.cmake @@ -146,7 +146,7 @@ endfunction() # This function runs dpkg-deb on a .deb and returns its output -# the default behaviour it to run "--info" on the specified Debian package +# the default behavior it to run "--info" on the specified Debian package # ACTION is one of the option accepted by dpkg-deb function(run_dpkgdeb dpkg_deb_output) set(${dpkg_deb_output} "" PARENT_SCOPE) |