summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasu1105 <vasundhara.jagdale@msystechnologies.com>2019-01-28 15:35:28 +0530
committerVasu1105 <vasundhara.jagdale@msystechnologies.com>2019-01-30 12:50:45 +0530
commite5ed25fdf2582da50b4da3eb3c104f2c3aac2e92 (patch)
tree27383e8dad7b3102b510a33947a2f13f8b83f60b
parent047fd4980dfbd6199e8ae9a5dbfe2f6793f76c4e (diff)
downloadchef-e5ed25fdf2582da50b4da3eb3c104f2c3aac2e92.tar.gz
Fixed typo
Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
-rw-r--r--lib/chef/resource/execute.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/execute.rb b/lib/chef/resource/execute.rb
index dbae8d3a4a..b97ca64851 100644
--- a/lib/chef/resource/execute.rb
+++ b/lib/chef/resource/execute.rb
@@ -46,7 +46,7 @@ class Chef
property :command, [ String, Array ],
name_property: true, identity: true,
- description: "An optional proeprty to set the command to be executed if it differs from the resource block's name."
+ description: "An optional property to set the command to be executed if it differs from the resource block's name."
property :umask, [ String, Integer ],
description: "The file mode creation mask, or umask."