summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authormiguel@hegel.txg <>2004-06-18 01:42:28 -0300
committermiguel@hegel.txg <>2004-06-18 01:42:28 -0300
commitba4f2c73feba543585b340da1c5a38d47554c2d7 (patch)
tree39533560eb699ae6e09325231cd676beedb1d292 /extra
parent8ff57ee4697c89f411d896cc87027b1381d8c2ee (diff)
downloadmariadb-git-ba4f2c73feba543585b340da1c5a38d47554c2d7.tar.gz
Fix for bug #4182
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 b4405fdc5dd..b4aeaf00671 100644
--- a/extra/perror.c
+++ b/extra/perror.c
@@ -233,7 +233,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);
}