summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradamedx <adamed@opscode.com>2013-12-27 08:09:27 -0800
committerAdam Edwards <adamed@opscode.com>2014-03-29 00:20:52 -0700
commit0d64aa49010ede582cbd67581043d4e30e993b8c (patch)
tree28e404ef41e6512a05b1b6b22d65791bcdff547c
parentc1f9f7dd6de6e9df5b910ce32bd897e0211757f8 (diff)
downloadchef-0d64aa49010ede582cbd67581043d4e30e993b8c.tar.gz
Fix comment typo
-rw-r--r--spec/functional/resource/powershell_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/resource/powershell_spec.rb b/spec/functional/resource/powershell_spec.rb
index 6bd3b3c1e5..125c52f73b 100644
--- a/spec/functional/resource/powershell_spec.rb
+++ b/spec/functional/resource/powershell_spec.rb
@@ -84,7 +84,7 @@ describe Chef::Resource::WindowsScript::PowershellScript, :windows_only do
# last line executed -- in this case, we return the status of the
# second to last line. This happens because Powershell gives no
# way for us to determine whether the last operation was a cmdlet
- # or Windows process. Because the latter gives more specified
+ # or Windows process. Because the latter gives more specific
# errors than 0 or 1, we return that instead, which is acceptable
# since callers can test for nonzero rather than testing for 1.
it "returns 1 if the last command was a cmdlet that failed and was preceded by an unsuccessfully executed non-cmdlet Windows binary" do