summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-01-15 19:51:30 (GMT)
committerBrad King <brad.king@kitware.com>2014-01-15 20:47:59 (GMT)
commit5968b6e0302f202e5ad6f96ea7e02a3247f604cf (patch)
tree80456df5d9fd623a577a95e52cd184596a95226a
parent556b16db9cde23fb6eff1a021e04430e70455850 (diff)
downloadCMake-5968b6e0302f202e5ad6f96ea7e02a3247f604cf.zip
CMake-5968b6e0302f202e5ad6f96ea7e02a3247f604cf.tar.gz
CMake-5968b6e0302f202e5ad6f96ea7e02a3247f604cf.tar.bz2
Help: Fix typo in 'if()' command documentation
s/argumemnts/arguments/
-rw-r--r--Help/command/if.rst2
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.