diff options
author | Alexander Neundorf <neundorf@kde.org> | 2009-04-19 16:47:01 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2009-04-19 16:47:01 (GMT) |
commit | 879f2f98fec41d89dce20dbcffce597ae534a3ba (patch) | |
tree | bf71c62cc1c7d72f4f5d567c2e50bc4cce50fd7e /Modules/FindMotif.cmake | |
parent | 289ce0b80ac748f602ba4c6a1a9d43dfbeccc2b5 (diff) | |
download | CMake-879f2f98fec41d89dce20dbcffce597ae534a3ba.zip CMake-879f2f98fec41d89dce20dbcffce597ae534a3ba.tar.gz CMake-879f2f98fec41d89dce20dbcffce597ae534a3ba.tar.bz2 |
STYLE: fix typos in the docs
Alex
Diffstat (limited to 'Modules/FindMotif.cmake')
-rw-r--r-- | Modules/FindMotif.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindMotif.cmake b/Modules/FindMotif.cmake index e068202..ad471b3 100644 --- a/Modules/FindMotif.cmake +++ b/Modules/FindMotif.cmake @@ -1,7 +1,7 @@ # - Try to find Motif (or lesstif) # Once done this will define: # MOTIF_FOUND - system has MOTIF -# MOTIF_INCLUDE_DIR - incude paths to use Motif +# MOTIF_INCLUDE_DIR - include paths to use Motif # MOTIF_LIBRARIES - Link these to use Motif SET(MOTIF_FOUND 0) |