Hi all,
please see the attached patch. I did _not_ fix typos in changelogs. If
you guys think that is a worthwhile thing to do look for
explicitely
seperate
superceded
Thanks,
Richard
? typos.diff
Index: Modules/CPackRPM.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CPackRPM.cmake,v
retrieving revision 1.21
diff -u -r1.21 CPackRPM.cmake
--- Modules/CPackRPM.cmake 28 Nov 2009 14:57:59 -0000 1.21
+++ Modules/CPackRPM.cmake 2 Dec 2009 01:00:27 -0000
@@ -252,7 +252,7 @@
# CPACK_RPM_PACKAGE_DESCRIPTION
# The variable content may be either
-# - explicitely given by tthe user or
+# - explicitly given by tthe user or
# - filled with the content of CPACK_PACKAGE_DESCRIPTION_FILE
# if it is defined
# - set to a default value
Index: Source/cmCTest.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmCTest.cxx,v
retrieving revision 1.380
diff -u -r1.380 cmCTest.cxx
--- Source/cmCTest.cxx 30 Nov 2009 21:08:11 -0000 1.380
+++ Source/cmCTest.cxx 2 Dec 2009 01:00:32 -0000
@@ -1941,7 +1941,7 @@
i++;
std::string targ = args[i];
// AddTestsForDashboard parses the dashborad type and converts it
- // into the seperate stages
+ // into the separate stages
if (!this->AddTestsForDashboardType(targ))
{
performSomeTest = false;
Index: Source/cmIncludeDirectoryCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmIncludeDirectoryCommand.cxx,v
retrieving revision 1.32
diff -u -r1.32 cmIncludeDirectoryCommand.cxx
--- Source/cmIncludeDirectoryCommand.cxx 28 Sep 2009 15:42:45 -0000 1.32
+++ Source/cmIncludeDirectoryCommand.cxx 2 Dec 2009 01:00:33 -0000
@@ -63,7 +63,7 @@
// " /foo/bar
// /boo/hoo /dingle/berry "
//
-// ideally that should be three seperate arguments but when sucking the
+// ideally that should be three separate arguments but when sucking the
// output from a program and passing it into a command the cleanup doesn't
// always happen
//
Index: Source/cmInstallFilesCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmInstallFilesCommand.h,v
retrieving revision 1.25
diff -u -r1.25 cmInstallFilesCommand.h
--- Source/cmInstallFilesCommand.h 28 Sep 2009 15:42:46 -0000 1.25
+++ Source/cmInstallFilesCommand.h 2 Dec 2009 01:00:33 -0000
@@ -66,7 +66,7 @@
virtual const char* GetFullDocumentation()
{
return
- "This command has been superceded by the install command. It "
+ "This command has been superseded by the install command. It "
"is provided for compatibility with older CMake code. "
"The FILES form is directly replaced by the FILES form of the "
"install command. The regexp form can be expressed "
Index: Source/cmInstallProgramsCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmInstallProgramsCommand.h,v
retrieving revision 1.22
diff -u -r1.22 cmInstallProgramsCommand.h
--- Source/cmInstallProgramsCommand.h 28 Sep 2009 15:42:46 -0000 1.22
+++ Source/cmInstallProgramsCommand.h 2 Dec 2009 01:00:33 -0000
@@ -67,7 +67,7 @@
virtual const char* GetFullDocumentation()
{
return
- "This command has been superceded by the install command. It "
+ "This command has been superseded by the install command. It "
"is provided for compatibility with older CMake code. "
"The FILES form is directly replaced by the PROGRAMS form of the "
"INSTALL command. The regexp form can be expressed more clearly "
Index: Source/cmInstallTargetsCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmInstallTargetsCommand.h,v
retrieving revision 1.17
diff -u -r1.17 cmInstallTargetsCommand.h
--- Source/cmInstallTargetsCommand.h 28 Sep 2009 15:42:47 -0000 1.17
+++ Source/cmInstallTargetsCommand.h 2 Dec 2009 01:00:33 -0000
@@ -58,7 +58,7 @@
virtual const char* GetFullDocumentation()
{
return
- "This command has been superceded by the install command. It "
+ "This command has been superseded by the install command. It "
"is provided for compatibility with older CMake code.\n"
" install_targets(<dir> [RUNTIME_DIRECTORY dir] target target)\n"
"Create rules to install the listed targets into the given directory. "
Index: Source/cmLocalGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalGenerator.cxx,v
retrieving revision 1.322
diff -u -r1.322 cmLocalGenerator.cxx
--- Source/cmLocalGenerator.cxx 30 Nov 2009 16:16:24 -0000 1.322
+++ Source/cmLocalGenerator.cxx 2 Dec 2009 01:00:38 -0000
@@ -3034,7 +3034,7 @@
if(define.find_first_of("#") != define.npos)
{
cmOStringStream e;
- e << "WARNING: Peprocessor definitions containing '#' may not be "
+ e << "WARNING: Preprocessor definitions containing '#' may not be "
<< "passed on the compiler command line because many compilers "
<< "do not support it.\n"
<< "CMake is dropping a preprocessor definition: " << define << "\n"
Index: Source/cmProjectCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmProjectCommand.h,v
retrieving revision 1.18
diff -u -r1.18 cmProjectCommand.h
--- Source/cmProjectCommand.h 28 Sep 2009 15:42:48 -0000 1.18
+++ Source/cmProjectCommand.h 2 Dec 2009 01:00:38 -0000
@@ -66,7 +66,7 @@
"Optionally you can specify which languages your project supports. "
"Example languages are CXX (i.e. C++), C, Fortran, etc. "
"By default C and CXX are enabled. E.g. if you do not have a "
- "C++ compiler, you can disable the check for it by explicitely listing "
+ "C++ compiler, you can disable the check for it by explicitly listing "
"the languages you want to support, e.g. C. By using the special "
"language \"NONE\" all checks for any language can be disabled.";
}
Index: Source/cmSetCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSetCommand.cxx,v
retrieving revision 1.39
diff -u -r1.39 cmSetCommand.cxx
--- Source/cmSetCommand.cxx 8 Oct 2009 18:56:15 -0000 1.39
+++ Source/cmSetCommand.cxx 2 Dec 2009 01:00:38 -0000
@@ -99,7 +99,7 @@
}
}
- // collect any values into a single semi-colon seperated value list
+ // collect any values into a single semi-colon separated value list
if(static_cast<unsigned short>(args.size()) >
static_cast<unsigned short>(1 + ignoreLastArgs))
{
Index: Source/cmTryRunCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmTryRunCommand.cxx,v
retrieving revision 1.42
diff -u -r1.42 cmTryRunCommand.cxx
--- Source/cmTryRunCommand.cxx 28 Sep 2009 15:42:49 -0000 1.42
+++ Source/cmTryRunCommand.cxx 2 Dec 2009 01:00:38 -0000
@@ -361,7 +361,7 @@
std::string errorMessage = "TRY_RUN() invoked in cross-compiling mode, "
"please set the following cache variables "
- "appropriatly:\n";
+ "appropriately:\n";
errorMessage += " " + this->RunResultVariable + " (advanced)\n";
if (out!=0)
{
Index: Source/cmake.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmake.cxx,v
retrieving revision 1.439
diff -u -r1.439 cmake.cxx
--- Source/cmake.cxx 9 Nov 2009 19:08:17 -0000 1.439
+++ Source/cmake.cxx 2 Dec 2009 01:00:46 -0000
@@ -964,7 +964,7 @@
<< " echo [string]... - displays arguments as text\n"
<< " echo_append [string]... - displays arguments as text but no new "
"line\n"
- << " environment - display the current enviroment\n"
+ << " environment - display the current environment\n"
<< " make_directory dir - create a directory\n"
<< " md5sum file1 [...] - compute md5sum of files\n"
<< " remove_directory dir - remove a directory and its contents\n"
Index: Source/CPack/cpack.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CPack/cpack.cxx,v
retrieving revision 1.48
diff -u -r1.48 cpack.cxx
--- Source/CPack/cpack.cxx 28 Sep 2009 15:42:57 -0000 1.48
+++ Source/CPack/cpack.cxx 2 Dec 2009 01:00:47 -0000
@@ -203,7 +203,7 @@
if ( verbose )
{
log.SetVerbose(verbose);
- cmCPack_Log(&log, cmCPackLog::LOG_OUTPUT, "Enable Verbse" << std::endl);
+ cmCPack_Log(&log, cmCPackLog::LOG_OUTPUT, "Enable Verbose" << std::endl);
}
if ( debug )
{
Index: Source/CTest/cmCTestCoverageHandler.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CTest/cmCTestCoverageHandler.cxx,v
retrieving revision 1.76
diff -u -r1.76 cmCTestCoverageHandler.cxx
--- Source/CTest/cmCTestCoverageHandler.cxx 12 Oct 2009 18:51:54 -0000 1.76
+++ Source/CTest/cmCTestCoverageHandler.cxx 2 Dec 2009 01:00:48 -0000
@@ -437,7 +437,7 @@
//std::string fullBinaryDir = binaryDir + "/";
cmCTestLog(this->CTest, HANDLER_OUTPUT, std::endl);
cmCTestLog(this->CTest, HANDLER_OUTPUT,
- " Acumulating results (each . represents one file):" << std::endl);
+ " Accumulating results (each . represents one file):" << std::endl);
cmCTestLog(this->CTest, HANDLER_OUTPUT, " ");
std::vector<std::string> errorsWhileAccumulating;
@@ -516,7 +516,7 @@
cmCTestCoverageHandlerContainer::SingleFileCoverageVector::size_type cc;
std::string line;
cmCTestLog(this->CTest, HANDLER_VERBOSE_OUTPUT,
- "Actually perfoming coverage for: " << fullFileName << std::endl);
+ "Actually performing coverage for: " << fullFileName << std::endl);
for ( cc= 0; cc < fcov.size(); cc ++ )
{
if ( !cmSystemTools::GetLineFromStream(ifs, line) &&
@@ -583,7 +583,7 @@
{
cmCTestLog(this->CTest, ERROR_MESSAGE, std::endl);
cmCTestLog(this->CTest, ERROR_MESSAGE,
- "Error(s) while acumulating results:" << std::endl);
+ "Error(s) while accumulating results:" << std::endl);
std::vector<std::string>::iterator erIt;
for ( erIt = errorsWhileAccumulating.begin();
erIt != errorsWhileAccumulating.end();
Index: Source/CTest/cmCTestRunScriptCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CTest/cmCTestRunScriptCommand.h,v
retrieving revision 1.7
diff -u -r1.7 cmCTestRunScriptCommand.h
--- Source/CTest/cmCTestRunScriptCommand.h 28 Sep 2009 15:43:02 -0000 1.7
+++ Source/CTest/cmCTestRunScriptCommand.h 2 Dec 2009 01:00:48 -0000
@@ -68,7 +68,7 @@
"Runs a script or scripts much like if it was run from ctest -S. "
"If no argument is provided then the current script is run using "
"the current settings of the variables. If NEW_PROCESS is specified "
- "then each script will be run in a seperate process."
+ "then each script will be run in a separate process."
"If RETURN_VALUE is specified the return value of the last script "
"run will be put into var.";
}
Index: Tests/CMakeTests/FindBaseTest.cmake.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeTests/FindBaseTest.cmake.in,v
retrieving revision 1.4
diff -u -r1.4 FindBaseTest.cmake.in
--- Tests/CMakeTests/FindBaseTest.cmake.in 9 Jun 2008 19:09:14 -0000 1.4
+++ Tests/CMakeTests/FindBaseTest.cmake.in 2 Dec 2009 01:00:49 -0000
@@ -55,7 +55,7 @@
message(FATAL_ERROR "Did not find \"${_HEADER_FULL}\"\ngot ${FOO_H_5} instead !")
endif(NOT "${FOO_H_5}" STREQUAL "${_HEADER_FULL}")
-# by explicitely disabling CMAKE_FIND_ROOT_PATH again it shouldn't be found
+# by explicitly disabling CMAKE_FIND_ROOT_PATH again it shouldn't be found
find_file(FOO_H_6 ${_HEADER} NO_CMAKE_FIND_ROOT_PATH)
if(FOO_H_6)
message(FATAL_ERROR "${_HEADER} found: ${FOO_H_6}, it should not exist !")
Index: Utilities/cmexpat/expat.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmexpat/expat.h,v
retrieving revision 1.1
diff -u -r1.1 expat.h
--- Utilities/cmexpat/expat.h 25 Jun 2004 18:04:12 -0000 1.1
+++ Utilities/cmexpat/expat.h 2 Dec 2009 01:00:53 -0000
@@ -258,7 +258,7 @@
XML_EntityDeclHandler handler);
/* OBSOLETE -- OBSOLETE -- OBSOLETE
- This handler has been superceded by the EntityDeclHandler above.
+ This handler has been superseded by the EntityDeclHandler above.
It is provided here for backward compatibility.
This is called for a declaration of an unparsed (NDATA)
entity. The base argument is whatever was set by XML_SetBase.
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake