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 10:58:34 +0000 (19:58 +0900)
Patch provided by Phil Ramirez.

src/utils/pool_process_reporting.c

index 8c8d4dad80230e447d3ffb4547c29de56f80357f..328203b44b4d5bd5912c13c22e1aa23852c5a8b3 100644 (file)
@@ -288,7 +288,7 @@ 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);