diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-02-19 01:48:55 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-02-19 01:48:55 +0100 |
commit | 754dd898a7f93689aff22dcfbe71d6ca0095e019 (patch) | |
tree | 64c647edd919c2b8255d8df7863a9b104526f1b8 /cmake | |
parent | 293cab0d3797dc244e9dc0844b4522d05ac844c5 (diff) | |
download | biboumi-754dd898a7f93689aff22dcfbe71d6ca0095e019.tar.gz biboumi-754dd898a7f93689aff22dcfbe71d6ca0095e019.tar.bz2 biboumi-754dd898a7f93689aff22dcfbe71d6ca0095e019.tar.xz biboumi-754dd898a7f93689aff22dcfbe71d6ca0095e019.zip |
Fix a typo in Find* comments
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/Modules/FindIconv.cmake | 2 | ||||
-rw-r--r-- | cmake/Modules/FindLibidn.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cmake/Modules/FindIconv.cmake b/cmake/Modules/FindIconv.cmake index d4f8181..7ca173f 100644 --- a/cmake/Modules/FindIconv.cmake +++ b/cmake/Modules/FindIconv.cmake @@ -10,7 +10,7 @@ # # For conveniance, these variables are also set. They have the same values # than the variables above. The user can thus choose his/her prefered way -# to way to write them. +# to write them. # ICONV_LIBRARY # ICONV_INCLUDE_DIR # diff --git a/cmake/Modules/FindLibidn.cmake b/cmake/Modules/FindLibidn.cmake index 4c0b2c5..5434127 100644 --- a/cmake/Modules/FindLibidn.cmake +++ b/cmake/Modules/FindLibidn.cmake @@ -9,7 +9,7 @@ # # For conveniance, these variables are also set. They have the same values # than the variables above. The user can thus choose his/her prefered way -# to way to write them. +# to write them. # LIBIDN_INCLUDE_DIR # LIBIDN_LIBRARY # |