diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2018-02-24 12:42:13 -0500 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2018-04-05 15:26:57 +0400 |
commit | 3dd01669b41bfad75f4a785d6263eb0f729b0213 (patch) | |
tree | 5305ec00d62be464b111583d32618bf4c0371000 /strings/is_prefix.c | |
parent | 7c689300317793d1396b7a24f86452882d3180c2 (diff) | |
download | mariadb-git-3dd01669b41bfad75f4a785d6263eb0f729b0213.tar.gz |
Misc. typos
Found via `codespell -i 3 -w --skip="./debian/po" -I ../mariadb-server-word-whitelist.txt ./cmake/ ./debian/ ./Docs/ ./include/ ./man/ ./plugin/ ./strings/`
Diffstat (limited to 'strings/is_prefix.c')
-rw-r--r-- | strings/is_prefix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/is_prefix.c b/strings/is_prefix.c index 2933577b5ab..dfb61612e79 100644 --- a/strings/is_prefix.c +++ b/strings/is_prefix.c @@ -31,7 +31,7 @@ Defines: is_prefix() is_prefix(s, t) returns 1 if s starts with t. - A empty t is allways a prefix. + A empty t is always a prefix. */ #include "strings_def.h" |