diff options
author | Brad King <brad.king@kitware.com> | 2005-04-06 20:53:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-04-06 20:53:55 (GMT) |
commit | bcfc71cc03f111626b14fdec452bb01a69a15e1e (patch) | |
tree | 54a0dc5287eb0f848f3c0a370d278d1eb3b616ef /Modules/Dart.cmake | |
parent | 5d7593bf50474e87390359f53d445197005d6dd5 (diff) | |
download | CMake-bcfc71cc03f111626b14fdec452bb01a69a15e1e.zip CMake-bcfc71cc03f111626b14fdec452bb01a69a15e1e.tar.gz CMake-bcfc71cc03f111626b14fdec452bb01a69a15e1e.tar.bz2 |
STYLE: Fixed spelling of "memmory".
Diffstat (limited to 'Modules/Dart.cmake')
-rw-r--r-- | Modules/Dart.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Dart.cmake b/Modules/Dart.cmake index bdea621..b8b0929 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") |