[Cmake-commits] CMake branch, next, updated. v2.8.12.1-7125-ge61bc95

Brad King brad.king at kitware.com
Wed Jan 15 15:48:33 EST 2014


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  e61bc95bb73ad3275bef99eaec7846d068320a48 (commit)
       via  5968b6e0302f202e5ad6f96ea7e02a3247f604cf (commit)
      from  a9cfcea13215c1296063059035ad52797f28aed3 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e61bc95bb73ad3275bef99eaec7846d068320a48
commit e61bc95bb73ad3275bef99eaec7846d068320a48
Merge: a9cfcea 5968b6e
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Jan 15 15:48:32 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jan 15 15:48:32 2014 -0500

    Merge topic 'fix-help-if-typo' into next
    
    5968b6e0 Help: Fix typo in 'if()' command documentation


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5968b6e0302f202e5ad6f96ea7e02a3247f604cf
commit 5968b6e0302f202e5ad6f96ea7e02a3247f604cf
Author:     Raphael Kubo da Costa <rakuco at FreeBSD.org>
AuthorDate: Wed Jan 15 21:51:30 2014 +0200
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Jan 15 15:47:59 2014 -0500

    Help: Fix typo in 'if()' command documentation
    
    s/argumemnts/arguments/

diff --git a/Help/command/if.rst b/Help/command/if.rst
index 49c356e..a45b995 100644
--- a/Help/command/if.rst
+++ b/Help/command/if.rst
@@ -187,7 +187,7 @@ above-documented signature accepts ``<variable|string>``:
   variables, if so their defined values are used otherwise the original
   value is used.
 
-* Both left and right hand argumemnts to ``VERSION_LESS``,
+* Both left and right hand arguments to ``VERSION_LESS``,
   ``VERSION_EQUAL``, and ``VERSION_GREATER`` are independently tested
   to see if they are defined variables, if so their defined values are
   used otherwise the original value is used.

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

Summary of changes:
 Help/command/if.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list