diff --git a/src/bin/pgbench/pgbench.c b/src/bin/pgbench/pgbench.c index b5c75ce..3f94857 100644 --- a/src/bin/pgbench/pgbench.c +++ b/src/bin/pgbench/pgbench.c @@ -4754,7 +4754,7 @@ 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 + * always allocate one more in order to accommodate the NULL terminator * below. */ if (index >= alloc_num)