summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"]