summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Kantrowitz <noah@coderanger.net>2016-01-06 10:24:13 -0800
committerNoah Kantrowitz <noah@coderanger.net>2016-01-06 10:24:13 -0800
commitc9d7e017de225db3e8b8610dc7e2f41242dbe730 (patch)
tree0438d0ce468897d591a71ee1d949c70c46f16bb4
parent136cf3be7fd7477309ce61fde052c02c446dc931 (diff)
parente82efa3cd0a9083c238445d9418eec5a554d96f4 (diff)
downloadchef-c9d7e017de225db3e8b8610dc7e2f41242dbe730.tar.gz
Merge pull request #4358 from zmalone/patch-1
Typo fix
-rw-r--r--lib/chef/resource/file/verification.rb2
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.
#