diff options
Diffstat (limited to 'dbug')
-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 */ |