summaryrefslogtreecommitdiff
path: root/spec/unit/wmi_spec.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-07-30 22:09:52 -0700
committerGitHub <noreply@github.com>2020-07-30 22:09:52 -0700
commite8fd2936a2ca1511549be8b14d6fc1d1f929b1ac (patch)
tree934ec358b86697682a8ae3e4768be466ff3311cf /spec/unit/wmi_spec.rb
parent1e070b135c023d0d0853c0e70595265de219e5bb (diff)
parent5d037e5047b30cde00d4c18b7372b2390edffe1a (diff)
downloadwmi-lite-e8fd2936a2ca1511549be8b14d6fc1d1f929b1ac.tar.gz
Merge pull request #13 from chef/spelling
Minor spelling mistakes & remove github lock config
Diffstat (limited to 'spec/unit/wmi_spec.rb')
-rw-r--r--spec/unit/wmi_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/wmi_spec.rb b/spec/unit/wmi_spec.rb
index 3ee3805..8371f43 100644
--- a/spec/unit/wmi_spec.rb
+++ b/spec/unit/wmi_spec.rb
@@ -169,7 +169,7 @@ describe WmiLite::Wmi do
# Exception messages look a like a customized error string followed by
# the original, less friendly message. A change here affects only
- # aestethics of human diagnostics, this may be changed with no effect
+ # aesthetics of human diagnostics, this may be changed with no effect
# on libraries or applications.
expect(error_message).not_to eql(nil)
expect(e.message.start_with?(unparseable_error)).to eql(false)