Signed-off-by: James Turnbull <[email protected]> --- lib/puppet/parser/functions/versioncmp.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/puppet/parser/functions/versioncmp.rb b/lib/puppet/parser/functions/versioncmp.rb index 3dbfb5d..6091e09 100644 --- a/lib/puppet/parser/functions/versioncmp.rb +++ b/lib/puppet/parser/functions/versioncmp.rb @@ -14,7 +14,7 @@ Where a and b are arbitrary version strings This functions returns a number: -* Greate than 0 if version a is greater than version b +* Greater than 0 if version a is greater than version b * Equal to 0 if both version are equals * Less than 0 if version a is less than version b -- 1.7.2.2 -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
