Fix a typo in database_user.rb

This commit is contained in:
François Deppierraz 2013-02-05 16:34:50 +01:00
parent ec804ef715
commit 3175030c7a

View file

@ -1,6 +1,6 @@
# This has to be a separate type to enable collecting
Puppet::Type.newtype(:database_user) do
@doc = "Manage a database user. This includes management of users password as well as priveleges"
@doc = "Manage a database user. This includes management of users password as well as privileges"
ensurable