Commit 29dff96d authored by paul@ice.snake.net's avatar paul@ice.snake.net

perror.c:

  MySql -> MySQL (Bug #4182)
parent 7bbdb840
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment