Skip to content

Commit 49b1d98

Browse files
committed
Fix typo in error message.
1 parent b2b95de commit 49b1d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pgbench/pgbench.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2334,7 +2334,7 @@ main(int argc, char **argv)
23342334
case 'M':
23352335
if (num_files > 0)
23362336
{
2337-
fprintf(stderr, "query mode (-M) should be specifiled before transaction scripts (-f)\n");
2337+
fprintf(stderr, "query mode (-M) should be specified before transaction scripts (-f)\n");
23382338
exit(1);
23392339
}
23402340
for (querymode = 0; querymode < NUM_QUERYMODE; querymode++)

0 commit comments

Comments
 (0)