summaryrefslogtreecommitdiff
path: root/Modules/Dart.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-04-06 16:53:55 -0400
committerBrad King <brad.king@kitware.com>2005-04-06 16:53:55 -0400
commitbcfc71cc03f111626b14fdec452bb01a69a15e1e (patch)
tree54a0dc5287eb0f848f3c0a370d278d1eb3b616ef /Modules/Dart.cmake
parent5d7593bf50474e87390359f53d445197005d6dd5 (diff)
downloadcmake-bcfc71cc03f111626b14fdec452bb01a69a15e1e.tar.gz
STYLE: Fixed spelling of "memmory".
Diffstat (limited to 'Modules/Dart.cmake')
-rw-r--r--Modules/Dart.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Dart.cmake b/Modules/Dart.cmake
index bdea6219b3..b8b0929bde 100644
--- a/Modules/Dart.cmake
+++ b/Modules/Dart.cmake
@@ -115,7 +115,7 @@ IF(BUILD_TESTING)
"[HKEY_LOCAL_MACHINE\\SOFTWARE\\Rational Software\\Purify\\Setup;InstallFolder]"
DOC "Path to Rational purify command, used for memory error detection."
)
- SET(MEMORYCHECK_SUPPRESSIONS_FILE "" CACHE FILEPATH "File that contains suppressions for the memmory checker")
+ SET(MEMORYCHECK_SUPPRESSIONS_FILE "" CACHE FILEPATH "File that contains suppressions for the memory checker")
FIND_PROGRAM(SCPCOMMAND scp DOC "Path to scp command, used by some Dart clients for submitting results to a Dart server (when not using ftp for submissions)")
FIND_PROGRAM(COVERAGE_COMMAND gcov DOC "Path to the coverage program that Dart client uses for performing coverage inspection")