diff options
author | Brad King <brad.king@kitware.com> | 2014-01-16 14:24:17 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-01-16 14:24:17 (GMT) |
commit | c700a623c169dee4d341701cbc81cbd135f5745c (patch) | |
tree | 0664d5f51c29e674a188076eda3fc2286ff4a88b /Help | |
parent | 9465242d0110d1f9b9c0a68aa8bca80d400f52d1 (diff) | |
parent | 5968b6e0302f202e5ad6f96ea7e02a3247f604cf (diff) | |
download | CMake-c700a623c169dee4d341701cbc81cbd135f5745c.zip CMake-c700a623c169dee4d341701cbc81cbd135f5745c.tar.gz CMake-c700a623c169dee4d341701cbc81cbd135f5745c.tar.bz2 |
Merge topic 'fix-help-if-typo'
5968b6e0 Help: Fix typo in 'if()' command documentation
Diffstat (limited to 'Help')
-rw-r--r-- | Help/command/if.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |