summaryrefslogtreecommitdiffstats
path: root/Modules/FindQt4.cmake
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2012-08-13 17:27:48 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2012-08-13 17:27:48 (GMT)
commit4bdbdfbfefa7bd492530bd5db1152bb02765fb81 (patch)
treec4c305f5fae153408d63880b51b63d41d827f71c /Modules/FindQt4.cmake
parent92b11383d9507d157fb323faba0784bb3afca57f (diff)
parent6c8722fab592ca63d0b85f86ec91ec75e6e66dea (diff)
downloadCMake-4bdbdfbfefa7bd492530bd5db1152bb02765fb81.zip
CMake-4bdbdfbfefa7bd492530bd5db1152bb02765fb81.tar.gz
CMake-4bdbdfbfefa7bd492530bd5db1152bb02765fb81.tar.bz2
Merge topic 'directory-typo'
6c8722f Fix typo direcotry -> directory (and similar) [#13444]
Diffstat (limited to 'Modules/FindQt4.cmake')
-rw-r--r--Modules/FindQt4.cmake2
1 files changed, 1 insertions, 1 deletions
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".
#