diff options
Diffstat (limited to 'extra/perror.c')
-rw-r--r-- | extra/perror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/perror.c b/extra/perror.c index 26ebdd5b096..f1b1a4c2005 100644 --- a/extra/perror.c +++ b/extra/perror.c @@ -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); } |