summaryrefslogtreecommitdiff
path: root/spec/mixlib/shellout_spec.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-10-16 23:28:02 -0700
committerTim Smith <tsmith84@gmail.com>2021-10-16 23:28:02 -0700
commitf203d9eb67d2490962cac140f59c9c3d5163959a (patch)
tree18c671eb8c170238eff00977d599be91bc539978 /spec/mixlib/shellout_spec.rb
parent32a53fe16be55d8dc2ea483322aa215ed9531494 (diff)
downloadmixlib-shellout-typos.tar.gz
Fix comment typostypos
Fix some typos Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'spec/mixlib/shellout_spec.rb')
-rw-r--r--spec/mixlib/shellout_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/mixlib/shellout_spec.rb b/spec/mixlib/shellout_spec.rb
index dce47dd..8a02bd2 100644
--- a/spec/mixlib/shellout_spec.rb
+++ b/spec/mixlib/shellout_spec.rb
@@ -480,7 +480,7 @@ describe Mixlib::ShellOut do
context "when setting environments with symbols" do
let(:options) { { environment: { SYMBOL: "cymbal" } } }
- it "should also set the enviroment" do
+ it "should also set the environment" do
expect(shell_cmd.environment).to eql({ "SYMBOL" => "cymbal" })
end
end