From 3cdc3245872899eebf1d82b2b02446bb669b5608 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Wed, 10 Jan 2018 17:29:58 +0900 Subject: [PATCH] Fix comment typo. --- src/protocol/pool_proto_modules.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol/pool_proto_modules.c b/src/protocol/pool_proto_modules.c index f15842ea9..362c1087d 100644 --- a/src/protocol/pool_proto_modules.c +++ b/src/protocol/pool_proto_modules.c @@ -3651,7 +3651,7 @@ void pool_at_command_success(POOL_CONNECTION *frontend, POOL_CONNECTION_POOL *ba if (!pool_is_command_success()) { ereport(ERROR, - (errmsg("pool_at_command_success: command did not suceed"))); + (errmsg("pool_at_command_success: command did not succeed"))); } node = pool_get_parse_tree(); -- 2.39.5