summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@chef.io>2020-10-02 12:41:50 -0700
committerGitHub <noreply@github.com>2020-10-02 12:41:50 -0700
commit6c6e45a4cd7243e6f331883384f9b159edcadce2 (patch)
treeefc397f4480b25521060d5cfb354feef2fcc9409
parent782ea2a1e27d6f6caf336da18ca99ac377c95948 (diff)
downloadohai-6c6e45a4cd7243e6f331883384f9b159edcadce2.tar.gz
Update lib/ohai/mixin/os.rb
Signed-off-by: Lamont Granquist <lamont@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
-rw-r--r--lib/ohai/mixin/os.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/mixin/os.rb b/lib/ohai/mixin/os.rb
index 2a2f36ec..8cbbdb06 100644
--- a/lib/ohai/mixin/os.rb
+++ b/lib/ohai/mixin/os.rb
@@ -73,7 +73,7 @@ module Ohai
# if it was not caught above, we MUST translate whatever train uses as the 'os' into the proper ruby host_os
# string. If it is not unix and not caught above we assume it is something like a REST API which cannot run
# ruby. If these assumptions are incorrect then it is a bug, which should be submitted to fix it, and the
- # values should not be relied upon until that bug is fixed. The train os is NEVER considered authoritataive
+ # values should not be relied upon until that bug is fixed. The train os is NEVER considered authoritative
# for any target which can run ruby.
#
when transport_connection.os.unix?