From: Michael Paquier Date: Wed, 23 Jan 2019 05:57:29 +0000 (+0900) Subject: Fix typo in pgbench.c X-Git-Tag: REL_12_BETA1~885 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1699e6dd1fa7fbc7c3d114b121828eb27eb523b1;p=thirdparty%2Fpostgresql.git Fix typo in pgbench.c Author: Moon, Insung Discussion: https://postgr.es/m/008001d4b2db$1f772170$5e656450$@lab.ntt.co.jp --- diff --git a/src/bin/pgbench/pgbench.c b/src/bin/pgbench/pgbench.c index b5c75ce1c68..489912ff0c8 100644 --- a/src/bin/pgbench/pgbench.c +++ b/src/bin/pgbench/pgbench.c @@ -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) {