summaryrefslogtreecommitdiff
path: root/lib/chef/cookbook
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-06-23 13:21:11 -0700
committerTim Smith <tsmith84@gmail.com>2020-06-23 13:23:35 -0700
commitf0491d4bd2ced637bdae3736633acf5aadacbce1 (patch)
tree8ebb4cb0a5cadd24ac6ec51396c241faf1df1194 /lib/chef/cookbook
parent8b6bea70fe55d466d3ba41e87d799a9b18837ba2 (diff)
downloadchef-f0491d4bd2ced637bdae3736633acf5aadacbce1.tar.gz
Pull in misc docs / comment updates from master
This just makes the diff easier Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/cookbook')
-rw-r--r--lib/chef/cookbook/file_system_file_vendor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/cookbook/file_system_file_vendor.rb b/lib/chef/cookbook/file_system_file_vendor.rb
index 9cf3593838..a4a6711270 100644
--- a/lib/chef/cookbook/file_system_file_vendor.rb
+++ b/lib/chef/cookbook/file_system_file_vendor.rb
@@ -27,7 +27,7 @@ class Chef
# and throws the rest away then re-builds the list of files on the
# disk. This is due to the manifest not having the on-disk file
# locations, since in the chef-client case, that information is
- # non-sensical.
+ # nonsensical.
class FileSystemFileVendor < FileVendor
attr_reader :cookbook_name