mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 08:45:33 +02: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:
parent
7c68930031
commit
3dd01669b4
51 changed files with 91 additions and 91 deletions
|
|
@ -1065,7 +1065,7 @@ my_fill_mb2(CHARSET_INFO *cs, char *s, size_t slen, int fill)
|
|||
*/
|
||||
for (last= s + slen - buflen; s <= last; s+= buflen)
|
||||
{
|
||||
/* Enough space for the characer */
|
||||
/* Enough space for the character */
|
||||
memcpy(s, buf, buflen);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue