summaryrefslogtreecommitdiff
path: root/mysys/mf_pack.c
diff options
context:
space:
mode:
authorram@gw.mysql.r18.ru <>2004-02-02 20:25:39 +0400
committerram@gw.mysql.r18.ru <>2004-02-02 20:25:39 +0400
commitf231d9826b46da589165dd2dd0066abc7482d6c7 (patch)
treeae7957062d4d1c4f2256c593e924347d05c66bb6 /mysys/mf_pack.c
parent3243678040ab4c1934c150d15b7d889714e69631 (diff)
downloadmariadb-git-f231d9826b46da589165dd2dd0066abc7482d6c7.tar.gz
just tried to find all 'skipp' and replace it with 'skip'.
Diffstat (limited to 'mysys/mf_pack.c')
-rw-r--r--mysys/mf_pack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/mf_pack.c b/mysys/mf_pack.c
index e2e811fe89a..638bbaf7baf 100644
--- a/mysys/mf_pack.c
+++ b/mysys/mf_pack.c
@@ -146,7 +146,7 @@ uint cleanup_dirname(register my_string to, const char *from)
if (*pos == FN_LIBCHAR)
{
if ((uint) (pos-start) > length && bcmp(pos-length,parent,length) == 0)
- { /* If .../../; skipp prev */
+ { /* If .../../; skip prev */
pos-=length;
if (pos != start)
{ /* not /../ */