diff options
author | Amos Shapira <ashapira@atlassian.com> | 2013-03-31 23:47:11 +1100 |
---|---|---|
committer | Jeff McCune <jeff@puppetlabs.com> | 2013-04-03 14:05:20 -0700 |
commit | 003cde074c86f034d2730eeb40d676d4e35c6022 (patch) | |
tree | 309b9b8f037776a7adeab8dac391ffee82dd6a2a /lib/puppet | |
parent | 7a2fb80834d3ec4d21efe58e5e8af188e5bdd07c (diff) |
(#19998) fix name of function in a comment
Diffstat (limited to 'lib/puppet')
-rw-r--r-- | lib/puppet/parser/functions/any2array.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/parser/functions/any2array.rb b/lib/puppet/parser/functions/any2array.rb index d150743..95944e1 100644 --- a/lib/puppet/parser/functions/any2array.rb +++ b/lib/puppet/parser/functions/any2array.rb @@ -1,5 +1,5 @@ # -# str2bool.rb +# any2array.rb # module Puppet::Parser::Functions |