[Cmake-commits] CMake branch, next, updated. v3.5.2-1632-ga4e984d

Brad King brad.king at kitware.com
Wed Jun 1 08:40:00 EDT 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  a4e984d5fdb0190c09e04b4138467150fb5ab3d8 (commit)
       via  bd4fef6406786d2d5f9ba4a2b1a7c2da23976740 (commit)
       via  814e774eff4a01e709978736e442c6ed0c0b81c8 (commit)
      from  b8560be7b0697c90cce259998b5c64bdff039ccd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a4e984d5fdb0190c09e04b4138467150fb5ab3d8
commit a4e984d5fdb0190c09e04b4138467150fb5ab3d8
Merge: b8560be bd4fef6
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Jun 1 08:39:59 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jun 1 08:39:59 2016 -0400

    Merge topic 'minor-cleanups' into next
    
    bd4fef64 cmSourceFileLocation: Fix typo in comment
    814e774e cmSearchPath: Fix typo in comment


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=bd4fef6406786d2d5f9ba4a2b1a7c2da23976740
commit bd4fef6406786d2d5f9ba4a2b1a7c2da23976740
Author:     Tobias Hunger <tobias.hunger at qt.io>
AuthorDate: Tue May 31 17:15:56 2016 +0200
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Jun 1 08:33:48 2016 -0400

    cmSourceFileLocation: Fix typo in comment

diff --git a/Source/cmSourceFileLocation.h b/Source/cmSourceFileLocation.h
index af3651a..7989173 100644
--- a/Source/cmSourceFileLocation.h
+++ b/Source/cmSourceFileLocation.h
@@ -39,7 +39,7 @@ public:
   cmSourceFileLocation& operator=(const cmSourceFileLocation& loc);
 
   /**
-   * Return whether the givne source file location could refers to the
+   * Return whether the given source file location could refers to the
    * same source file as this location given the level of ambiguity in
    * each location.
    */

https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=814e774eff4a01e709978736e442c6ed0c0b81c8
commit 814e774eff4a01e709978736e442c6ed0c0b81c8
Author:     Tobias Hunger <tobias.hunger at qt.io>
AuthorDate: Tue May 31 17:15:22 2016 +0200
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Jun 1 08:33:35 2016 -0400

    cmSearchPath: Fix typo in comment

diff --git a/Source/cmSearchPath.h b/Source/cmSearchPath.h
index 4b37a3a..835196f 100644
--- a/Source/cmSearchPath.h
+++ b/Source/cmSearchPath.h
@@ -26,7 +26,7 @@ class cmSearchPath
 {
 public:
   // cmSearchPath must be initialized from a valid pointer.  The only reason
-  // for teh default is to allow it to be easily used in stl containers.
+  // for the default is to allow it to be easily used in stl containers.
   // Attempting to initialize with a NULL value will fail an assertion
   cmSearchPath(cmFindCommon* findCmd = 0);
   ~cmSearchPath();

-----------------------------------------------------------------------

Summary of changes:
 Source/cmSearchPath.h         |    2 +-
 Source/cmSourceFileLocation.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list