Fix typo in pgbench.c.

Author: Kyotaro Horiguchi
Discussion: https://postgr.es/m/20220914.114608.1462991533784489178.horikyota.ntt@gmail.com
This commit is contained in:
Amit Kapila 2022-09-14 11:09:48 +05:30
parent 4c1532763a
commit d583036d68
1 changed files with 1 additions and 1 deletions

View 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)