summaryrefslogtreecommitdiffstats
path: root/Modules/FindwxWidgets.cmake
diff options
context:
space:
mode:
authorKai Wasserbäch <debian@carbon-project.org>2010-07-02 14:58:00 (GMT)
committerBrad King <brad.king@kitware.com>2010-07-13 13:41:37 (GMT)
commit9203e9187ec3c0ada49af953c3ec1a1f9190cf45 (patch)
tree4142047233017dc6bf899533b4ba3c38ab5d1cb6 /Modules/FindwxWidgets.cmake
parentf9116d0225f0c96a20b508510cffb621e116ac28 (diff)
downloadCMake-9203e9187ec3c0ada49af953c3ec1a1f9190cf45.zip
CMake-9203e9187ec3c0ada49af953c3ec1a1f9190cf45.tar.gz
CMake-9203e9187ec3c0ada49af953c3ec1a1f9190cf45.tar.bz2
Fix spelling errors reported by Lintian.
During a Lintian run on the binary packages of CMake in Debian I was notified of many spelling mistakes.
Diffstat (limited to 'Modules/FindwxWidgets.cmake')
-rw-r--r--Modules/FindwxWidgets.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindwxWidgets.cmake b/Modules/FindwxWidgets.cmake
index 85c6568..4533c01 100644
--- a/Modules/FindwxWidgets.cmake
+++ b/Modules/FindwxWidgets.cmake
@@ -57,14 +57,14 @@
# FIND_PACKAGE(wxWidgets COMPONENTS base core gl net)
# IF(wxWidgets_FOUND)
# INCLUDE(${wxWidgets_USE_FILE})
-# # and for each of your dependant executable/library targets:
+# # and for each of your dependent executable/library targets:
# TARGET_LINK_LIBRARIES(<YourTarget> ${wxWidgets_LIBRARIES})
# ENDIF(wxWidgets_FOUND)
#
# If wxWidgets is required (i.e., not an optional part):
# FIND_PACKAGE(wxWidgets REQUIRED base core gl net)
# INCLUDE(${wxWidgets_USE_FILE})
-# # and for each of your dependant executable/library targets:
+# # and for each of your dependent executable/library targets:
# TARGET_LINK_LIBRARIES(<YourTarget> ${wxWidgets_LIBRARIES})
#=============================================================================