diff options
-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. # |