Fix typo direcotry -> directory (and similar) [#13444]

This commit is contained in:
Rolf Eike Beer
2012-07-30 08:08:33 +02:00
parent 8baeeed109
commit 6c8722fab5
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ ENDIF(KDECONFIG_EXECUTABLE)
# at first the KDE include direcory
# at first the KDE include directory
# kpassdlg.h comes from kdeui and doesn't exist in KDE4 anymore
FIND_PATH(KDE3_INCLUDE_DIR kpassdlg.h
HINTS
+1 -1
View File
@@ -70,7 +70,7 @@
#
# macro QT4_WRAP_CPP(outfiles inputfile ... OPTIONS ...)
# create moc code from a list of files containing Qt class with
# the Q_OBJECT declaration. Per-direcotry preprocessor definitions
# the Q_OBJECT declaration. Per-directory preprocessor definitions
# are also added. Options may be given to moc, such as those found
# when executing "moc -help".
#