From bcfc71cc03f111626b14fdec452bb01a69a15e1e Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 6 Apr 2005 16:53:55 -0400 Subject: STYLE: Fixed spelling of "memmory". --- Modules/Dart.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules/Dart.cmake') 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") -- cgit v1.2.1