summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-10-16 23:08:30 -0700
committerTim Smith <tsmith84@gmail.com>2021-10-16 23:08:30 -0700
commit240a99c3fd78d8157aebaa799a197ca5cea9b8d3 (patch)
tree1ccebd0366670c24a428d9131752e8d783630b1b
parenta44b2577eef9ecb771ed492dce74f5050a460b97 (diff)
downloadohai-240a99c3fd78d8157aebaa799a197ca5cea9b8d3.tar.gz
Fix spelling mistake
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/ohai/plugins/cpu.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/plugins/cpu.rb b/lib/ohai/plugins/cpu.rb
index 1a074e3c..e26a7ace 100644
--- a/lib/ohai/plugins/cpu.rb
+++ b/lib/ohai/plugins/cpu.rb
@@ -499,7 +499,7 @@ Ohai.plugin(:CPU) do
cpu[:total] = shell_out("pmcycles -m").stdout.lines.length
- # The below is only relevent on an LPAR
+ # The below is only relevant on an LPAR
if shell_out("uname -W").stdout.strip == "0"
# At least one CPU will be available, but we'll wait to increment this later.