mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix typo in error message.
This commit is contained in:
parent
84f0ea3f68
commit
86f809088c
1 changed files with 1 additions and 1 deletions
|
|
@ -2809,7 +2809,7 @@ main(int argc, char **argv)
|
|||
benchmarking_option_set = true;
|
||||
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++)
|
||||
|
|
|
|||
Loading…
Reference in a new issue