diff options
author | ram@gw.mysql.r18.ru <> | 2004-02-02 20:25:39 +0400 |
---|---|---|
committer | ram@gw.mysql.r18.ru <> | 2004-02-02 20:25:39 +0400 |
commit | f231d9826b46da589165dd2dd0066abc7482d6c7 (patch) | |
tree | ae7957062d4d1c4f2256c593e924347d05c66bb6 /dbug/dbug.c | |
parent | 3243678040ab4c1934c150d15b7d889714e69631 (diff) | |
download | mariadb-git-f231d9826b46da589165dd2dd0066abc7482d6c7.tar.gz |
just tried to find all 'skipp' and replace it with 'skip'.
Diffstat (limited to 'dbug/dbug.c')
-rw-r--r-- | dbug/dbug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbug/dbug.c b/dbug/dbug.c index d96ef0cae09..4e4dd87d0a3 100644 --- a/dbug/dbug.c +++ b/dbug/dbug.c @@ -1640,7 +1640,7 @@ static char *static_strtok (char *s1, pchar separator) cpy--; /* Point at separator */ break; } - end++; /* Two separators in a row, skipp one */ + end++; /* Two separators in a row, skip one */ } } while (*end != EOS); *cpy=EOS; /* Replace last separator */ |