diff options
author | James Turnbull <james@lovedthanlost.net> | 2008-07-08 09:03:47 +1000 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2008-07-08 09:03:47 +1000 |
commit | 6ff9246e44dfd58e4e9e26047487ebb061bfc041 (patch) | |
tree | f1dfa8ad0d8aef17ddc513675df54796948d8fc1 /lib/puppet/parser/ast/function.rb | |
parent | d899264b8aa250676f1d3f91d2df395741a6d22b (diff) | |
download | puppet-6ff9246e44dfd58e4e9e26047487ebb061bfc041.tar.gz puppet-6ff9246e44dfd58e4e9e26047487ebb061bfc041.tar.xz puppet-6ff9246e44dfd58e4e9e26047487ebb061bfc041.zip |
Fixed #1396 - Added sha1 function from DavidS to core
Diffstat (limited to 'lib/puppet/parser/ast/function.rb')
-rw-r--r-- | lib/puppet/parser/ast/function.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/parser/ast/function.rb b/lib/puppet/parser/ast/function.rb index 63d7c7abf..eb36fa906 100644 --- a/lib/puppet/parser/ast/function.rb +++ b/lib/puppet/parser/ast/function.rb @@ -42,7 +42,7 @@ class Puppet::Parser::AST raise Puppet::DevError, "Invalid function type %s" % @ftype.inspect end - # Lastly, check the arity + # Lastly, check the parity end end end |