summaryrefslogtreecommitdiff
path: root/lib/ohai
diff options
context:
space:
mode:
authorjamescott <jamescott@opscode.com>2013-09-17 11:47:03 -0700
committerjamescott <jamescott@opscode.com>2013-09-17 11:47:03 -0700
commit71a327ae15662bdec1719510c0fb5a995c2b4b66 (patch)
tree7d43f2c401dca7a7711c394103784166d597d6bd /lib/ohai
parentcec18084e0434f74b303ea76b199851ff6d5caee (diff)
downloadohai-71a327ae15662bdec1719510c0fb5a995c2b4b66.tar.gz
Update os.rb
fix more spelling errorz
Diffstat (limited to 'lib/ohai')
-rw-r--r--lib/ohai/os.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ohai/os.rb b/lib/ohai/os.rb
index d7781e22..8daad297 100644
--- a/lib/ohai/os.rb
+++ b/lib/ohai/os.rb
@@ -56,8 +56,8 @@ module Ohai
when /solaris2/
return "solaris2"
when /mswin|mingw32|windows/
- # After long discussion in IRC the "powers that be" have come to a concensus
- # that there is no other Windows platforms exist that were not based on the
+ # After long discussion in IRC the "powers that be" have come to a consensus
+ # that no Windows platform exists that was not based on the
# Windows_NT kernel, so we herby decree that "windows" will refer to all
# platforms built upon the Windows_NT kernel and have access to win32 or win64
# subsystems.