pgbench: Fix typo.
authorTatsuo Ishii <[email protected]>
Fri, 25 Oct 2024 06:06:16 +0000 (15:06 +0900)
committerTatsuo Ishii <[email protected]>
Fri, 25 Oct 2024 06:06:16 +0000 (15:06 +0900)
Fix typo in commit cae0f3c405.

Reported-by: Alexander Lakhin
Discussion: https://postgr.es/m/70eaa41b-805b-ce19-6004-5a0dccd3f731%40gmail.com

src/bin/pgbench/pgbench.c

index 826f7e093db75fc0ccf2093d0119f16957fc22b3..ba247f3f85cfe26c3282d7742c546dfa11d4818f 100644 (file)
@@ -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",