From 5968b6e0302f202e5ad6f96ea7e02a3247f604cf Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Wed, 15 Jan 2014 21:51:30 +0200 Subject: [PATCH] Help: Fix typo in 'if()' command documentation s/argumemnts/arguments/ --- Help/command/if.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Help/command/if.rst b/Help/command/if.rst index 49c356edd7..a45b9951cd 100644 --- a/Help/command/if.rst +++ b/Help/command/if.rst @@ -187,7 +187,7 @@ above-documented signature accepts ````: 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.