Fix typo in child_max_connections description.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Thu, 25 Oct 2018 10:58:34 +0000 (19:58 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Thu, 25 Oct 2018 11:01:02 +0000 (20:01 +0900)
Patch provided by Phil Ramirez.

src/utils/pool_process_reporting.c

index 9fb8f38490c2fe34fc167dcf31e74fa6399eb5fd..51bdd08f47f301ef7aa80372e707c4bc78293fd2 100644 (file)
@@ -255,7 +255,7 @@ POOL_REPORT_CONFIG* get_config(int *nrows)
 
        StrNCpy(status[i].name, "child_max_connections", POOLCONFIG_MAXNAMELEN);
        snprintf(status[i].value, POOLCONFIG_MAXVALLEN, "%d", pool_config->child_max_connections);
-       StrNCpy(status[i].desc, "if max_connections received, chile exits", POOLCONFIG_MAXDESCLEN);
+       StrNCpy(status[i].desc, "if max_connections received, child exits", POOLCONFIG_MAXDESCLEN);
        i++;
 
        StrNCpy(status[i].name, "connection_life_time", POOLCONFIG_MAXNAMELEN);