Fix typo in pgbench.c.
authorAmit Kapila <[email protected]>
Wed, 14 Sep 2022 05:39:48 +0000 (11:09 +0530)
committerAmit Kapila <[email protected]>
Wed, 14 Sep 2022 05:39:48 +0000 (11:09 +0530)
Author: Kyotaro Horiguchi
Discussion: https://postgr.es/m/20220914.114608.1462991533784489178[email protected]

src/bin/pgbench/pgbench.c

index 098fb43b3c7c4095104ce5e43485c0ed5afd8cb1..4d5d6560bf6afc73d08adc14366dd963057fd7b8 100644 (file)
@@ -4415,7 +4415,7 @@ executeMetaCommand(CState *st, pg_time_usec_t *now)
 }
 
 /*
- * Return the number fo failed transactions.
+ * Return the number of failed transactions.
  */
 static int64
 getFailures(const StatsData *stats)