From: Amit Kapila Date: Wed, 14 Sep 2022 05:39:48 +0000 (+0530) Subject: Fix typo in pgbench.c. X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=d583036d68d6fe2fa7facd63eb6548583094fa96;p=users%2Frhaas%2Fpostgres.git Fix typo in pgbench.c. Author: Kyotaro Horiguchi Discussion: https://postgr.es/m/20220914.114608.1462991533784489178.horikyota.ntt@gmail.com --- diff --git a/src/bin/pgbench/pgbench.c b/src/bin/pgbench/pgbench.c index 098fb43b3c..4d5d6560bf 100644 --- a/src/bin/pgbench/pgbench.c +++ b/src/bin/pgbench/pgbench.c @@ -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)