Skip to content

Commit 8fe8e24

Browse files
llowderpmcmaw
authored andcommitted
Fixed typo in provider/mysql_grant/mysql.rb (#988)
1 parent 8d11960 commit 8fe8e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/provider/mysql_grant/mysql.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def revoke(user, table, revoke_privileges = ['ALL'])
114114

115115
def destroy
116116
# if the user was dropped, it'll have been removed from the user hash
117-
# as the grants are alraedy removed by the DROP statement
117+
# as the grants are already removed by the DROP statement
118118
if self.class.users.include? @property_hash[:user]
119119
if @property_hash[:privileges].include?('PROXY')
120120
revoke(@property_hash[:user], @property_hash[:table], @property_hash[:privileges])

0 commit comments

Comments
 (0)