Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request #190 from catay/fix_typo_template_util
Browse files Browse the repository at this point in the history
(maint) Fix trivial typo
  • Loading branch information
ripienaar committed Feb 13, 2017
2 parents 8ae43fe + 96c829b commit 62749b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mcollective/util/playbook/template_util.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module TemplateUtil
# `nodes` and the key is some item contained in those scopes like a named node list.
#
# You'll generally mix this into a class you wish to use it in, that class should have
# a `@playbook` variable set which is an instnace of `Playbook`
# a `@playbook` variable set which is an instance of `Playbook`
#
# @param data [Object] data structure to traverse
# @return [Object] deep cloned copy of the structure with strings parsed
Expand Down

0 comments on commit 62749b2

Please sign in to comment.