summaryrefslogtreecommitdiff
path: root/spec/unit/wmi_spec.rb
diff options
context:
space:
mode:
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)