Commit 1699e6dd authored by Michael Paquier's avatar Michael Paquier

Fix typo in pgbench.c

Author: Moon, Insung
Discussion: https://postgr.es/m/008001d4b2db$1f772170$5e656450$@lab.ntt.co.jp
parent 78855e79
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment