diff options
author | Bo Peng | 2020-02-16 09:36:57 +0000 |
---|---|---|
committer | Bo Peng | 2020-02-16 09:36:57 +0000 |
commit | cd9bf6f03c3195b75ba7fbd34cafaa9d2b7de342 (patch) | |
tree | 1b3ce59ef8d8015cc3d65c26349cbb357f01cdbd | |
parent | 5e87a530c3e62eaa9fea53c01c44e80ede47b221 (diff) |
Fix typos.
-rw-r--r-- | lang/en.lang.php | 2 | ||||
-rw-r--r-- | pgconfig.php | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lang/en.lang.php b/lang/en.lang.php index 5c7bd71..67b75a3 100644 --- a/lang/en.lang.php +++ b/lang/en.lang.php @@ -29,7 +29,7 @@ $message = array( 'descAllow_clear_text_frontend_auth' => 'If on, allow the Pgpool-II to use clear-text-password authentication with frontend clients', 'descAllow_multiple_failover_requests_from_node' => 'If on, a single Pgpool-II node can cast multiple votes for the failover', - 'descEnable_consensus_with_half_votes' => 'Apply majority rule for consensus and quorum computation at 50% of votes' . + 'descEnable_consensus_with_half_votes' => 'Apply majority rule for consensus and quorum computation at 50% of votes ' . 'in a cluster with even number of nodes', 'descAllow_sql_comments' => 'If on, ignore SQL comments when judging if load balance or query cache is possible', 'descApp_name_redirect_preference_list' => '"application name:node id" pairs to specify the node id when the application is used', diff --git a/pgconfig.php b/pgconfig.php index 533fa65..c3ee583 100644 --- a/pgconfig.php +++ b/pgconfig.php @@ -937,7 +937,6 @@ function doCheck() $isError = TRUE; $error += $logical_errors; } -var_dump($error); /** * return params which has errors |