diff --git a/src/bin/pgbench/pgbench.c b/src/bin/pgbench/pgbench.c index 826f7e093db..ba247f3f85c 100644 --- a/src/bin/pgbench/pgbench.c +++ b/src/bin/pgbench/pgbench.c @@ -6495,7 +6495,7 @@ printResults(StatsData *total, 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",