aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Feck <christoph@maxiom.de>2009-05-19 12:07:33 +0000
committerChristoph Feck <christoph@maxiom.de>2009-05-19 12:07:33 +0000
commit227748b9aa38b1deee3bf9a825a5d0a2971b5836 (patch)
tree4bc3052df7f035fc7c0783914b0be394d2e8e067
parent607257d3d0239e79ca8a7527af5025070a191276 (diff)
downloadextra-cmake-modules-227748b9aa38b1deee3bf9a825a5d0a2971b5836.tar.gz
extra-cmake-modules-227748b9aa38b1deee3bf9a825a5d0a2971b5836.tar.bz2
Fix spelling
svn path=/trunk/KDE/kdelibs/; revision=969968
-rw-r--r--modules/FindLibKonq.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindLibKonq.cmake b/modules/FindLibKonq.cmake
index 365708f8..eaf4c08f 100644
--- a/modules/FindLibKonq.cmake
+++ b/modules/FindLibKonq.cmake
@@ -17,6 +17,6 @@ find_path(LIBKONQ_INCLUDE_DIR konq_popupmenuplugin.h )
find_library(LIBKONQ_LIBRARY konq)
include(FindPackageHandleStandardArgs)
-find_package_handle_standard_args(LIBKONQ DEFAULT_MSG LIBKONQ_INCLUDE_DIR LIBKONG_LIBRARY )
+find_package_handle_standard_args(LIBKONQ DEFAULT_MSG LIBKONQ_INCLUDE_DIR LIBKONQ_LIBRARY )
mark_as_advanced(LIBKONQ_INCLUDE_DIR LIBKONQ_LIBRARY)