diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2012-07-30 06:08:33 (GMT) |
---|---|---|
committer | Rolf Eike Beer <eike@sf-mail.de> | 2012-07-30 06:08:33 (GMT) |
commit | 6c8722fab592ca63d0b85f86ec91ec75e6e66dea (patch) | |
tree | 8414240a360e12dc701ec8b09077666d571312d9 /Modules | |
parent | 8baeeed109f2eb21e94b7ec7a0230030fa7e9a1c (diff) | |
download | CMake-6c8722fab592ca63d0b85f86ec91ec75e6e66dea.zip CMake-6c8722fab592ca63d0b85f86ec91ec75e6e66dea.tar.gz CMake-6c8722fab592ca63d0b85f86ec91ec75e6e66dea.tar.bz2 |
Fix typo direcotry -> directory (and similar) [#13444]
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindKDE3.cmake | 2 | ||||
-rw-r--r-- | Modules/FindQt4.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindKDE3.cmake b/Modules/FindKDE3.cmake index 9d10814..ca3dae6 100644 --- a/Modules/FindKDE3.cmake +++ b/Modules/FindKDE3.cmake @@ -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 diff --git a/Modules/FindQt4.cmake b/Modules/FindQt4.cmake index 2f1708d..d157dab 100644 --- a/Modules/FindQt4.cmake +++ b/Modules/FindQt4.cmake @@ -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". # |