summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-03-01 20:30:32 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2011-03-01 20:30:32 (GMT)
commitbb745612bc40aa6d2473f3a5fc2cd45db3a16761 (patch)
treede77c5d857850a8b19f4ba6aef7be5c35b1ba957 /Modules
parent1eca67e12df5d2a86eab61e364dff4b3bc54916d (diff)
parent7c5e412c4aa65557c1d59881447d368405801c40 (diff)
downloadCMake-bb745612bc40aa6d2473f3a5fc2cd45db3a16761.zip
CMake-bb745612bc40aa6d2473f3a5fc2cd45db3a16761.tar.gz
CMake-bb745612bc40aa6d2473f3a5fc2cd45db3a16761.tar.bz2
Merge topic 'doc-typo-fixes'
7c5e412 Documentation: Fix a few typos (#11883)
Diffstat (limited to 'Modules')
-rw-r--r--Modules/CPackDeb.cmake2
-rw-r--r--Modules/FindPostgreSQL.cmake4
-rw-r--r--Modules/UsewxWidgets.cmake2
3 files changed, 3 insertions, 5 deletions
diff --git a/Modules/CPackDeb.cmake b/Modules/CPackDeb.cmake
index 98d40d6..6c3398e 100644
--- a/Modules/CPackDeb.cmake
+++ b/Modules/CPackDeb.cmake
@@ -60,7 +60,7 @@
# CPACK_DEBIAN_PACKAGE_DEBUG
# Mandatory : NO
# Default : -
-# May be set when invoking cpack in order to trace debug informations
+# May be set when invoking cpack in order to trace debug information
# during CPackDeb run.
# CPACK_DEBIAN_PACKAGE_PREDEPENDS
# Mandatory : NO
diff --git a/Modules/FindPostgreSQL.cmake b/Modules/FindPostgreSQL.cmake
index 6455c99..96b6741 100644
--- a/Modules/FindPostgreSQL.cmake
+++ b/Modules/FindPostgreSQL.cmake
@@ -1,6 +1,4 @@
-# Find the PostgreSQL installation.
-#
-# ----------------------------------------------------------------------------
+# - Find the PostgreSQL installation.
# Usage:
# In your CMakeLists.txt file do something like this:
# ...
diff --git a/Modules/UsewxWidgets.cmake b/Modules/UsewxWidgets.cmake
index 9ecfff0..a0f2e86 100644
--- a/Modules/UsewxWidgets.cmake
+++ b/Modules/UsewxWidgets.cmake
@@ -6,7 +6,7 @@
# # Note that for MinGW users the order of libs is important!
# FIND_PACKAGE(wxWidgets REQUIRED net gl core base)
# 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})
#
# DEPRECATED