diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-06-20 20:31:34 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-06-20 20:31:34 (GMT) |
commit | e1e7b114370aed206a741d30e43bb83f16d36c4e (patch) | |
tree | 0f70ae41c0fe319ea2484e172213afb923427a9e /Modules/Dart.cmake | |
parent | e6f9ea3d13d3500de8723702a558933254bbdbfe (diff) | |
download | CMake-e1e7b114370aed206a741d30e43bb83f16d36c4e.zip CMake-e1e7b114370aed206a741d30e43bb83f16d36c4e.tar.gz CMake-e1e7b114370aed206a741d30e43bb83f16d36c4e.tar.bz2 |
ENH: fixed some spelling errors
Diffstat (limited to 'Modules/Dart.cmake')
-rw-r--r-- | Modules/Dart.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/Dart.cmake b/Modules/Dart.cmake index b8b0929..e577828 100644 --- a/Modules/Dart.cmake +++ b/Modules/Dart.cmake @@ -27,7 +27,7 @@ IF(BUILD_TESTING) INCLUDE(${PROJECT_SOURCE_DIR}/DartConfig.cmake) ELSE(EXISTS ${PROJECT_SOURCE_DIR}/DartConfig.cmake) # Dashboard is opened for submissions for a 24 hour period starting at - # the specified NIGTHLY_START_TIME. Time is specified in 24 hour format. + # the specified NIGHTLY_START_TIME. Time is specified in 24 hour format. SET (NIGHTLY_START_TIME "00:00:00 EDT") # Dart server to submit results (used by client) @@ -75,7 +75,7 @@ IF(BUILD_TESTING) FIND_PROGRAM(CVSCOMMAND cvs ) SET(CVS_UPDATE_OPTIONS "-d -A -P" CACHE STRING "Options passed to the cvs update command.") FIND_PROGRAM(SVNCOMMAND svn) - #SET(SVN_UPDATE_OPTIONS "-d -A -P" CACHE STRING "Options passed to the cvs update command.") + #SET(SVN_UPDATE_OPTIONS "-d -A -P" CACHE STRING "Options passed to the svn update command.") IF(NOT UPDATE_TYPE) IF(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/CVS") |