mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Misc. typos
Found via `codespell -i 3 -w --skip="./debian/po" -I ../mariadb-server-word-whitelist.txt ./cmake/ ./debian/ ./Docs/ ./include/ ./man/ ./plugin/ ./strings/`
This commit is contained in:
committed by
Sergey Vojtovich
parent
7c68930031
commit
3dd01669b4
@ -191,7 +191,7 @@ char *str2int(register const char *src, register int radix, long int lower,
|
||||
return (char*) src;
|
||||
}
|
||||
|
||||
/* Theese are so slow compared with ordinary, optimized atoi */
|
||||
/* These are so slow compared with ordinary, optimized atoi */
|
||||
|
||||
#ifdef WANT_OUR_ATOI
|
||||
|
||||
|
Reference in New Issue
Block a user