diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2018-09-07 09:06:35 +0300 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2018-09-07 09:06:35 +0300 |
commit | a519c29e93de84e949ac308831160102cc733e59 (patch) | |
tree | 9ff6075071ef555568910bd2a42dcac0b57d25e6 /attic/modules/FindSIP.cmake | |
parent | 381c44c1f4d894512c61c1fbded0a4ea4d872b81 (diff) | |
download | extra-cmake-modules-a519c29e93de84e949ac308831160102cc733e59.tar.gz extra-cmake-modules-a519c29e93de84e949ac308831160102cc733e59.tar.bz2 |
Fix minor EBN issues
Diffstat (limited to 'attic/modules/FindSIP.cmake')
-rw-r--r-- | attic/modules/FindSIP.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/attic/modules/FindSIP.cmake b/attic/modules/FindSIP.cmake index 61eaa65f..58b95c8a 100644 --- a/attic/modules/FindSIP.cmake +++ b/attic/modules/FindSIP.cmake @@ -9,7 +9,7 @@ # This file defines the following variables: # # SIP_VERSION - The version of SIP found expressed as a 6 digit hex number -# suitable for comparision as a string. +# suitable for comparison as a string. # # SIP_VERSION_STR - The version of SIP found as a human readable string. # |