summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-07-28 14:20:50 -0700
committerTim Smith <tsmith84@gmail.com>2020-07-28 14:20:50 -0700
commit35b14ad1ad25916a400b48aef0bb16a7cbf7fa27 (patch)
tree265cd98699a0939946d678e628569b774ba695a2 /spec
parent47ea031d82c56cecf6d9196bd14b0711d28fc705 (diff)
downloadwmi-lite-35b14ad1ad25916a400b48aef0bb16a7cbf7fa27.tar.gz
Minor spelling mistakes & remove github lock config
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'spec')
-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)