diff options
author | paul@kite-hub.kitebird.com <> | 2004-06-03 11:52:54 -0500 |
---|---|---|
committer | paul@kite-hub.kitebird.com <> | 2004-06-03 11:52:54 -0500 |
commit | 2f0ca1ce424a26f71d4b6ec85d890060ecb73c68 (patch) | |
tree | b6459e6d651d238a8d518e834adcb05db8ffcf04 /mysys/mf_wfile.c | |
parent | deaa73fe42ba8c430c52c7e31c65af05cb19da0e (diff) | |
download | mariadb-git-2f0ca1ce424a26f71d4b6ec85d890060ecb73c68.tar.gz |
Fix skipp -> skip once and for all.
(Note: This affects only comments, not variable names.)
Diffstat (limited to 'mysys/mf_wfile.c')
-rw-r--r-- | mysys/mf_wfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/mf_wfile.c b/mysys/mf_wfile.c index b964d7ee494..7d537eaa06a 100644 --- a/mysys/mf_wfile.c +++ b/mysys/mf_wfile.c @@ -39,7 +39,7 @@ WF_PACK *wf_comp(my_string str) WF_PACK *ret; DBUG_ENTER("wf_comp"); - not_pos= -1; /* Skipp space and '!' in front */ + not_pos= -1; /* Skip space and '!' in front */ while (*str == ' ') str++; if (*str == '!') |