summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2016-05-10 09:01:50 -0700
committerTim Smith <tsmith84@gmail.com>2016-05-10 09:01:50 -0700
commit4c9a5b008fb07c859bb84959b048dbd0f7803c2b (patch)
treea859b72c86d452a6ba5df2e5bbde876299d11939
parentb18d70fc9011eb4efe83da1ccea4cd1e300df3a3 (diff)
downloadohai-4c9a5b008fb07c859bb84959b048dbd0f7803c2b.tar.gz
Fix typo in comment
-rw-r--r--lib/ohai/plugins/openstack.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/plugins/openstack.rb b/lib/ohai/plugins/openstack.rb
index 06563700..c2d18d2a 100644
--- a/lib/ohai/plugins/openstack.rb
+++ b/lib/ohai/plugins/openstack.rb
@@ -48,7 +48,7 @@ Ohai.plugin(:Openstack) do
end
end
- # dreamhost systems hae the dhc-user on them
+ # dreamhost systems have the dhc-user on them
def openstack_provider
begin
return "dreamhost" if etc["passwd"]["dhc-user"]