Fix typo in commit
cae0f3c405.
Reported-by: Alexander Lakhin
Discussion: https://postgr.es/m/
70eaa41b-805b-ce19-6004-
5a0dccd3f731%40gmail.com
if (script_total_cnt > 0)
{
- printf(" - number of transactions actually pocessed: " INT64_FORMAT " (tps = %f)\n",
+ printf(" - number of transactions actually processed: " INT64_FORMAT " (tps = %f)\n",
sstats->cnt, sstats->cnt / bench_duration);
printf(" - number of failed transactions: " INT64_FORMAT " (%.3f%%)\n",