diff options
author | Zach Malone <wzmalone@gmail.com> | 2016-01-06 10:58:41 -0700 |
---|---|---|
committer | Zach Malone <wzmalone@gmail.com> | 2016-01-06 10:58:41 -0700 |
commit | e82efa3cd0a9083c238445d9418eec5a554d96f4 (patch) | |
tree | 0438d0ce468897d591a71ee1d949c70c46f16bb4 /lib/chef/resource/file | |
parent | 136cf3be7fd7477309ce61fde052c02c446dc931 (diff) | |
download | chef-e82efa3cd0a9083c238445d9418eec5a554d96f4.tar.gz |
Typo fix
Diffstat (limited to 'lib/chef/resource/file')
-rw-r--r-- | lib/chef/resource/file/verification.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/file/verification.rb b/lib/chef/resource/file/verification.rb index ba0bb08201..e7530ce628 100644 --- a/lib/chef/resource/file/verification.rb +++ b/lib/chef/resource/file/verification.rb @@ -28,7 +28,7 @@ class Chef # See RFC 027 for a full specification # # File verifications allow user-supplied commands a means of - # preventing file reosurce content deploys. Their intended use + # preventing file resource content deploys. Their intended use # is to verify the contents of a temporary file before it is # deployed onto the system. # |