summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjamescott <jamescott@opscode.com>2013-09-17 10:52:52 -0700
committerjamescott <jamescott@opscode.com>2013-09-17 10:52:52 -0700
commitcec18084e0434f74b303ea76b199851ff6d5caee (patch)
tree3ce25d534f68ee49c238ff57c074f06ac05f1009
parentda3aeb5281d6f207445069dcb6ec345fa1614421 (diff)
downloadohai-cec18084e0434f74b303ea76b199851ff6d5caee.tar.gz
Update os.rb
spelling errorz
-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 c2471dd2..d7781e22 100644
--- a/lib/ohai/os.rb
+++ b/lib/ohai/os.rb
@@ -26,8 +26,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.