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:
luz.paz 2018-02-24 12:42:13 -05:00 committed by Sergey Vojtovich
commit 3dd01669b4
51 changed files with 91 additions and 91 deletions

View file

@ -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);
}