aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2006-03-18 13:42:30 +0000
committerAlexander Neundorf <neundorf@kde.org>2006-03-18 13:42:30 +0000
commit1baaa167eab722507371def0cb40f9b4462914ec (patch)
treea53d102e9e4f7fc084d32577eda988fa1c38f686
parent733e6a461b8b610fe7a88e838087c2013f03123f (diff)
downloadextra-cmake-modules-1baaa167eab722507371def0cb40f9b4462914ec.tar.gz
extra-cmake-modules-1baaa167eab722507371def0cb40f9b4462914ec.tar.bz2
fix typos
Alex svn path=/trunk/KDE/kdelibs/; revision=519989
-rw-r--r--modules/FindKDE3.cmake5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/FindKDE3.cmake b/modules/FindKDE3.cmake
index 51e2ced5..63a7d239 100644
--- a/modules/FindKDE3.cmake
+++ b/modules/FindKDE3.cmake
@@ -53,13 +53,12 @@
# Create a KDE plugin (KPart, kioslave, etc.) from the given source files.
# It supports KDE3_ENABLE_FINAL
# If WITH_PREFIX is given, the resulting plugin will have the prefix "lib", otherwise it won't.
-# It creates and install an appropriate libtool la-file.
+# It creates and installs an appropriate libtool la-file.
#
# KDE3_ADD_KDEINIT_EXECUTABLE(name file1 ... fileN )
# Create a KDE application in the form of a module loadable via kdeinit.
-# It supports KDE3_ENABLE_FINAL.
# A library named kdeinit_<name> will be created and a small executable which links to it.
-# Supports KDE3_ENABLE_FINAL
+# It supports KDE3_ENABLE_FINAL
#
# Author: Alexander Neundorf <neundorf@kde.org>