vendored/puppet/lib/puppet/pops/loader/loader_paths.rb in bolt-0.16.0 vs vendored/puppet/lib/puppet/pops/loader/loader_paths.rb in bolt-0.16.1
- old
+ new
@@ -303,10 +303,10 @@
# since resource types are not name spaced.
# This overrides the default PuppetSmartPath.
#
def effective_path(typed_name, start_index_in_name)
# Resource type to name does not skip the name-space
- # i.e. <module>/mymodule/resource_types/foo.pp is the reource type foo
+ # i.e. <module>/mymodule/resource_types/foo.pp is the resource type foo
"#{File.join(generic_path, typed_name.name_parts)}.pp"
end
end
class PlanPathPP < PuppetSmartPath