vendored/puppet/lib/puppet/pops/evaluator/runtime3_converter.rb in bolt-0.16.0 vs vendored/puppet/lib/puppet/pops/evaluator/runtime3_converter.rb in bolt-0.16.1

- old
+ new

@@ -164,10 +164,10 @@ # converter ensures that they are converted to String format # @api private class Runtime3FunctionArgumentConverter < Runtime3Converter def convert_Regexp(o, scope, undef_value) - # Puppet 3x cannot handle parameter values that are reqular expressions. Turn into regexp string in + # Puppet 3x cannot handle parameter values that are regular expressions. Turn into regexp string in # source form o.inspect end def convert_Version(o, scope, undef_value)