summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorpaul@kite-hub.kitebird.com <>2004-06-03 11:52:54 -0500
committerpaul@kite-hub.kitebird.com <>2004-06-03 11:52:54 -0500
commit2f0ca1ce424a26f71d4b6ec85d890060ecb73c68 (patch)
treeb6459e6d651d238a8d518e834adcb05db8ffcf04 /extra
parentdeaa73fe42ba8c430c52c7e31c65af05cb19da0e (diff)
downloadmariadb-git-2f0ca1ce424a26f71d4b6ec85d890060ecb73c68.tar.gz
Fix skipp -> skip once and for all.
(Note: This affects only comments, not variable names.)
Diffstat (limited to 'extra')
-rw-r--r--extra/perror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/perror.c b/extra/perror.c
index a31889cc26d..26ebdd5b096 100644
--- a/extra/perror.c
+++ b/extra/perror.c
@@ -197,7 +197,7 @@ int main(int argc,char *argv[])
for (code=1 ; code < sys_nerr ; code++)
{
if (sys_errlist[code][0])
- { /* Skipp if no error-text */
+ { /* Skip if no error-text */
printf("%3d = %s\n",code,sys_errlist[code]);
}
}