diff --git a/lib/puppet/provider/mysql_grant/mysql.rb b/lib/puppet/provider/mysql_grant/mysql.rb index c54d2b6f5..5d3b4faa5 100644 --- a/lib/puppet/provider/mysql_grant/mysql.rb +++ b/lib/puppet/provider/mysql_grant/mysql.rb @@ -116,7 +116,7 @@ def revoke(user, table, revoke_privileges = ['ALL']) def destroy # if the user was dropped, it'll have been removed from the user hash - # as the grants are alraedy removed by the DROP statement + # as the grants are already removed by the DROP statement if self.class.users.include? @property_hash[:user] if @property_hash[:privileges].include?('PROXY') revoke(@property_hash[:user], @property_hash[:table], @property_hash[:privileges])