aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorNicolás Alvarez <nicolas.alvarez@gmail.com>2013-10-02 23:46:00 -0300
committerNicolás Alvarez <nicolas.alvarez@gmail.com>2013-10-02 23:46:00 -0300
commit48d32cca6a6dcae9a4be492b09828d4ddd8fcbc8 (patch)
treed2701b1f65078e8845cf745245e95009a6774b3d /modules
parent15c9671be666cbd5ae830e93ca33ddca450db970 (diff)
downloadextra-cmake-modules-48d32cca6a6dcae9a4be492b09828d4ddd8fcbc8.tar.gz
extra-cmake-modules-48d32cca6a6dcae9a4be492b09828d4ddd8fcbc8.tar.bz2
Fix typo in comment.
Diffstat (limited to 'modules')
-rw-r--r--modules/ECMMarkAsTest.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ECMMarkAsTest.cmake b/modules/ECMMarkAsTest.cmake
index f1e53e4b..e20bfbfe 100644
--- a/modules/ECMMarkAsTest.cmake
+++ b/modules/ECMMarkAsTest.cmake
@@ -6,7 +6,7 @@
#
# ECM_MARK_AS_TEST( target1 target2 ... targetN )
#
-# If BUILD_TESTING is False, then targets marked as tests are exluded from
+# If BUILD_TESTING is False, then targets marked as tests are excluded from
# the ALL target. They are all part of the 'buildtests' target though, so
# even if building with BUILD_TESTING set to False, it is possible to build
# all tests by invoking the 'buildtests' target.