1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Minor spelling fixes in code comments, docs and output

This commit does not touch any variable names or any other actual code,
and thus should not in any way affect how the code works.
This commit is contained in:
Otto Kekäläinen
2017-11-15 12:37:32 +08:00
committed by Vicențiu-Marian Ciorbaru
parent 21239bb0fd
commit c9c28bef3c
21 changed files with 32 additions and 32 deletions

View File

@@ -152,7 +152,7 @@ enum enum_indicator_type
*/
#define SCRAMBLE_LENGTH 20
#define SCRAMBLE_LENGTH_323 8
/* length of password stored in the db: new passwords are preceeded with '*' */
/* length of password stored in the db: new passwords are preceded with '*' */
#define SCRAMBLED_PASSWORD_CHAR_LENGTH (SCRAMBLE_LENGTH*2+1)
#define SCRAMBLED_PASSWORD_CHAR_LENGTH_323 (SCRAMBLE_LENGTH_323*2)
@@ -288,7 +288,7 @@ enum enum_indicator_type
#endif
/*
Gather all possible capabilites (flags) supported by the server
Gather all possible capabilities (flags) supported by the server
MARIADB_* flags supported only by MariaDB connector(s).
*/