Commit 86f80908 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Fix typo in error message.

parent 84f0ea3f
...@@ -2809,7 +2809,7 @@ main(int argc, char **argv) ...@@ -2809,7 +2809,7 @@ main(int argc, char **argv)
benchmarking_option_set = true; benchmarking_option_set = true;
if (num_files > 0) 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); exit(1);
} }
for (querymode = 0; querymode < NUM_QUERYMODE; querymode++) for (querymode = 0; querymode < NUM_QUERYMODE; querymode++)
......
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