1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix remaining typos

This commit is contained in:
Vasilii Lakhin
2025-04-21 18:27:56 +03:00
committed by Daniel Black
parent bc87abc381
commit 40c5b62531
135 changed files with 217 additions and 217 deletions

View File

@ -786,7 +786,7 @@ DELIMITER ;
-- Get warnings (if any)
SHOW WARNINGS;
# Convering the host name to lower case for existing users
# Converting the host name to lower case for existing users
UPDATE user SET host=LOWER( host ) WHERE LOWER( host ) <> host;
DELIMITER //