mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
Fix typo direcotry -> directory (and similar) [#13444]
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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".
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user