diff --git a/lib/puppet/parser/functions/abs.rb b/lib/puppet/parser/functions/abs.rb index 66ef0aed7..5625b984c 100644 --- a/lib/puppet/parser/functions/abs.rb +++ b/lib/puppet/parser/functions/abs.rb @@ -4,7 +4,7 @@ module Puppet::Parser::Functions newfunction(:abs, :type => :rvalue, :doc => <<-DOC @summary - **Deprected:** Returns the absolute value of a number + **Deprecated:** Returns the absolute value of a number For example -34.56 becomes 34.56. Takes a single integer or float value as an argument.