Fix typo in pgbench.c

Author: Moon, Insung
Discussion: https://postgr.es/m/008001d4b2db$1f772170$5e656450$@lab.ntt.co.jp
This commit is contained in:
Michael Paquier 2019-01-23 14:57:29 +09:00
parent 78855e7983
commit 1699e6dd1f

View file

@ -4754,8 +4754,8 @@ ParseScript(const char *script, const char *desc, int weight)
/*
* Since we used a command slot, allocate more if needed. Note we
* always allocate one more in order to accomodate the NULL terminator
* below.
* always allocate one more in order to accommodate the NULL
* terminator below.
*/
if (index >= alloc_num)
{