1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-02 11:44:50 +03:00

Fix typo in error message.

This commit is contained in:
Heikki Linnakangas 2014-10-02 15:51:31 +03:00
parent 477023e942
commit 7f71c891a5

View File

@ -1963,7 +1963,7 @@ main(int argc, char **argv)
case 'M':
if (num_files > 0)
{
fprintf(stderr, "query mode (-M) should be specifiled before transaction scripts (-f)\n");
fprintf(stderr, "query mode (-M) should be specified before transaction scripts (-f)\n");
exit(1);
}
for (querymode = 0; querymode < NUM_QUERYMODE; querymode++)