From c8b5d89d6a2921ba866b46e2784a51e252497684 Mon Sep 17 00:00:00 2001 From: Vivek Singh Date: Tue, 7 Apr 2020 00:55:39 +0530 Subject: Add more typo fixes Signed-off-by: Vivek Singh --- lib/chef/resource/powershell_script.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef/resource') 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") -- cgit v1.2.1