summaryrefslogtreecommitdiff
path: root/extra/perror.c
diff options
context:
space:
mode:
Diffstat (limited to 'extra/perror.c')
-rw-r--r--extra/perror.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/perror.c b/extra/perror.c
index a31889cc26d..f1b1a4c2005 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]);
}
}
@@ -256,7 +256,7 @@ int main(int argc,char *argv[])
else
{
if (verbose)
- printf("MySql error: %3d = %s\n",code,msg);
+ printf("MySQL error: %3d = %s\n",code,msg);
else
puts(msg);
}