From 1baaa167eab722507371def0cb40f9b4462914ec Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Sat, 18 Mar 2006 13:42:30 +0000 Subject: fix typos Alex svn path=/trunk/KDE/kdelibs/; revision=519989 --- modules/FindKDE3.cmake | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'modules') 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_ will be created and a small executable which links to it. -# Supports KDE3_ENABLE_FINAL +# It supports KDE3_ENABLE_FINAL # # Author: Alexander Neundorf -- cgit v1.2.1