diff options
author | Pete Higgins <pete@peterhiggins.org> | 2020-12-28 15:59:46 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-12-30 11:43:39 -0800 |
commit | 2b637f612518576e6ed395e57f1725e5c11f6c41 (patch) | |
tree | 3655dd4cbf4441feb12a70a91624339a77f3c0db /lib | |
parent | c314d64c0d28bc8d950032b113cc0bbc85b32fcd (diff) | |
download | chef-2b637f612518576e6ed395e57f1725e5c11f6c41.tar.gz |
Fix typo.
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/policy_builder/policyfile.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/policy_builder/policyfile.rb b/lib/chef/policy_builder/policyfile.rb index bac015be42..35282bf915 100644 --- a/lib/chef/policy_builder/policyfile.rb +++ b/lib/chef/policy_builder/policyfile.rb @@ -475,7 +475,7 @@ class Chef end # @api private - # Fetches the CookbookVersion object for the given name and identifer + # Fetches the CookbookVersion object for the given name and identifier # specified in the lock_data. # TODO: This only implements Chef 11 compatibility mode, which means that # cookbooks are fetched by the "dotted_decimal_identifier": a |