diff options
author | klemens <ka7@github.com> | 2017-01-28 20:56:56 +0100 |
---|---|---|
committer | klemens <ka7@github.com> | 2017-01-28 20:56:56 +0100 |
commit | 0536d0975bb9e8e4a8aae693bd79157955a896b1 (patch) | |
tree | 62f6968b24f8ebf9e25ae3a53393b77347144b14 /cmake/Modules | |
parent | 1391fc4bd5a409e17dfd76251ed4bf37b7951fc0 (diff) | |
download | tigervnc-0536d0975bb9e8e4a8aae693bd79157955a896b1.tar.gz tigervnc-0536d0975bb9e8e4a8aae693bd79157955a896b1.zip |
spelling fixes
Diffstat (limited to 'cmake/Modules')
-rw-r--r-- | cmake/Modules/CMakeMacroLibtoolFile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/CMakeMacroLibtoolFile.cmake b/cmake/Modules/CMakeMacroLibtoolFile.cmake index 1d8b8fc0..c882c4ad 100644 --- a/cmake/Modules/CMakeMacroLibtoolFile.cmake +++ b/cmake/Modules/CMakeMacroLibtoolFile.cmake @@ -89,7 +89,7 @@ macro(libtool_create_control_file _target) endif() else() # Detected a static library. Check whether the library pathname is - # absolute and, if not, use find_library() to get the abolute path. + # absolute and, if not, use find_library() to get the absolute path. get_filename_component(_name ${library} NAME) string(REPLACE "${_name}" "" _path ${library}) if(NOT "${_path}" STREQUAL "") |