summaryrefslogtreecommitdiff
path: root/lib/chef/resource
diff options
context:
space:
mode:
authorVivek Singh <vivek.singh@msystechnologies.com>2020-04-07 00:55:39 +0530
committerTim Smith <tsmith84@gmail.com>2020-04-08 09:38:21 -0700
commitc8b5d89d6a2921ba866b46e2784a51e252497684 (patch)
treea5d5df2ebbfe13799482733f8920a617f713404c /lib/chef/resource
parent1ceea8847ee30db9a2a7cb06df5fbf69abaa353d (diff)
downloadchef-c8b5d89d6a2921ba866b46e2784a51e252497684.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 dfe1cf93e9..aa81ea0900 100644
--- a/lib/chef/resource/powershell_script.rb
+++ b/lib/chef/resource/powershell_script.rb
@@ -44,7 +44,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")