summaryrefslogtreecommitdiff
path: root/lib/chef/resource
diff options
context:
space:
mode:
authorVivek Singh <vivek.singh@msystechnologies.com>2020-04-07 00:55:39 +0530
committerVivek Singh <vivek.singh@msystechnologies.com>2020-04-07 01:11:15 +0530
commite091293eacc1d5944075ef5d220213cd2073799a (patch)
treef6a407a324ec7cba5f3745aeb25b1d97184aed6d /lib/chef/resource
parenta700fec953f275b2b0338130baa85b12beec0aea (diff)
downloadchef-e091293eacc1d5944075ef5d220213cd2073799a.tar.gz
Add more typo fixes
Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
Diffstat (limited to 'lib/chef/resource')
-rw-r--r--lib/chef/resource/powershell_script.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/powershell_script.rb b/lib/chef/resource/powershell_script.rb
index f15a13ef60..35cd9cd47f 100644
--- a/lib/chef/resource/powershell_script.rb
+++ b/lib/chef/resource/powershell_script.rb
@@ -46,7 +46,7 @@ class Chef
" executes a temporary file (similar to how the script resource behaves), rather than running"\
" the command inline. Commands that are executed with this resource are (by their nature) not"\
" idempotent, as they are typically unique to the environment in which they are run. Use not_if"\
- " and only_if to guard this resource for idempotent."
+ " and only_if to guard this resource for idempotence."
def initialize(name, run_context = nil)
super(name, run_context, :powershell_script, "powershell.exe")