Browse Source

Merge topic 'misc-typos'

32f6b7a43b Fix misc typos in documentation and comments

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1826
pull/320/head
Brad King 8 years ago
committed by Kitware Robot
parent
commit
50b2d0c944
  1. 2
      Modules/CPackNSIS.cmake
  2. 2
      Source/CTest/cmCTestScriptHandler.cxx
  3. 2
      Source/cmCTest.h

2
Modules/CPackNSIS.cmake

@ -126,7 +126,7 @@
# .. variable:: CPACK_NSIS_MENU_LINKS # .. variable:: CPACK_NSIS_MENU_LINKS
# #
# Specify links in [application] menu. This should contain a list of pair # Specify links in [application] menu. This should contain a list of pair
# "link" "link name". The link may be an URL or a path relative to
# "link" "link name". The link may be a URL or a path relative to
# installation prefix. Like:: # installation prefix. Like::
# #
# set(CPACK_NSIS_MENU_LINKS # set(CPACK_NSIS_MENU_LINKS

2
Source/CTest/cmCTestScriptHandler.cxx

@ -527,7 +527,7 @@ int cmCTestScriptHandler::RunConfigurationScript(
return result; return result;
} }
// only run the curent script if we should
// only run the current script if we should
if (this->Makefile && this->Makefile->IsOn("CTEST_RUN_CURRENT_SCRIPT") && if (this->Makefile && this->Makefile->IsOn("CTEST_RUN_CURRENT_SCRIPT") &&
this->ShouldRunCurrentScript) { this->ShouldRunCurrentScript) {
return this->RunCurrentScript(); return this->RunCurrentScript();

2
Source/cmCTest.h

@ -347,7 +347,7 @@ public:
const std::string& cmake_var, const std::string& cmake_var,
bool suppress = false); bool suppress = false);
/** Make string safe to be send as an URL */
/** Make string safe to be sent as a URL */
static std::string MakeURLSafe(const std::string&); static std::string MakeURLSafe(const std::string&);
/** Decode a URL to the original string. */ /** Decode a URL to the original string. */

Loading…
Cancel
Save