summaryrefslogtreecommitdiffstats
path: root/Modules/FindSWIG.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/FindSWIG.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/FindSWIG.cmake')
-rw-r--r--Modules/FindSWIG.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindSWIG.cmake b/Modules/FindSWIG.cmake
index 05c09b4..6edcb72 100644
--- a/Modules/FindSWIG.cmake
+++ b/Modules/FindSWIG.cmake
@@ -5,7 +5,7 @@
# SWIG_EXECUTABLE - the path to the swig executable
# SWIG_VERSION - the version number of the swig executable
#
-# All informations are collected from the SWIG_EXECUTABLE so the
+# All information is collected from the SWIG_EXECUTABLE so the
# version to be found can be changed from the command line by
# means of setting SWIG_EXECUTABLE
#