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

@ -33,7 +33,7 @@
strappend(dest, len, fill) appends fill-characters to a string so that
the result length == len. If the string is longer than len it's
trunked. The des+len character is allways set to NULL.
trunked. The des+len character is always set to NULL.
*/
#include "strings_def.h"