Fix comment typo.
authorTatsuo Ishii <ishii@postgresql.org>
Wed, 10 Jan 2018 08:29:58 +0000 (17:29 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Wed, 10 Jan 2018 08:29:58 +0000 (17:29 +0900)
src/protocol/pool_proto_modules.c

index f15842ea92108bb43c2def82609b2b99a13edc31..362c1087df2d911135f74b5334083ec6d1c120d6 100644 (file)
@@ -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();