diff options
author | Nozomi Anzai | 2015-10-14 02:57:53 +0000 |
---|---|---|
committer | Nozomi Anzai | 2015-10-14 02:57:53 +0000 |
commit | 8501e8863483331ef1c73482d02cde3ec6376724 (patch) | |
tree | 779bd966cbd665a8c9e04aff42b65001deb85565 | |
parent | d881b9f9f9db9bb9aac110f8074073c86011490d (diff) |
Fix typo
http://www.pgpool.net/mantisbt/view.php?id=148
-rw-r--r-- | doc/en/errorCode.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/errorCode.html b/doc/en/errorCode.html index ce46873..47dc927 100644 --- a/doc/en/errorCode.html +++ b/doc/en/errorCode.html @@ -60,7 +60,7 @@ <tr><th class="right_border"><label>e1001</label></th><td class="right_border">PCP command error occurred.</td><td>It is displayed when failing in the call of the pcp command. Please confirm whether in the place that the Pcp command specified by a set menu. </td></tr> <tr><th class="right_border"><label>e1002</label></th><td class="right_border">pcp_node_count command error occurred.</td><td>It is an execution of pcp_node_count error. Please confirm whether pcp_node_count can be normally executed. </td></tr> -<tr><th class="right_border"><label>e1003</label></th><td class="right_border">pcp_node_info command error occurred.</td><td>It is an execution of pcp_node_info error. Please confirm whether pcp_node_infot can be normally executed. </td></tr> +<tr><th class="right_border"><label>e1003</label></th><td class="right_border">pcp_node_info command error occurred.</td><td>It is an execution of pcp_node_info error. Please confirm whether pcp_node_info can be normally executed. </td></tr> <tr><th class="right_border"><label>e1004</label></th><td class="right_border">pcp_proc_count command error occurred.</td><td>It is an execution of pcp_proc_count error. Please confirm whether pcp_proc_count can be normally executed. </td></tr> <tr><th class="right_border"><label>e1005</label></th><td class="right_border">pcp_proc_info command error occurred.</td><td>It is an execution of pcp_proc_info error. Please confirm whether pcp_proc_info can be normally executed. </td></tr> <tr><th class="right_border"><label>e1006</label></th><td class="right_border">pcp_stop_pgpool command error occurred.</td><td>It is an execution of pcp_stop_pgpool error. Please confirm whether pcp_stop_pgpool can be normally executed. </td></tr> |