diff --git a/doc/druid-pool.txt b/doc/druid-pool.txt index dc3a1f5cc..e8b0a097a 100644 --- a/doc/druid-pool.txt +++ b/doc/druid-pool.txt @@ -13,7 +13,7 @@ | | --------------------------> | | --------------------------> | | 销毁多余连接的线程 - --------------------------> | | (highWater.awati, idleTimeout.await) + --------------------------> | | (highWater.await, idleTimeout.await) close | | --------------------------------------> (highWater.signal) | | (maxActive.signal) | | @@ -26,4 +26,4 @@ | | |---------------------------| -五个Condition:notEmpty、maxActive、lowWater、hightWater, idleTime \ No newline at end of file +五个Condition:notEmpty、maxActive、lowWater、highWater, idleTime \ No newline at end of file diff --git a/doc/ha-datasource.md b/doc/ha-datasource.md index aaa7241cc..f1e7a5c7f 100644 --- a/doc/ha-datasource.md +++ b/doc/ha-datasource.md @@ -19,7 +19,7 @@ HA DataSource提供了如下特性: ### 2.1 根据名称路由节点 -在Spring配置文件中加入如下DataSoruce配置: +在Spring配置文件中加入如下DataSource配置: ```xml