From 4f0f90e491b41e6041c3696c93208b25c7d0c012 Mon Sep 17 00:00:00 2001 From: ptemplier Date: Fri, 7 Nov 2014 06:52:51 +0100 Subject: [PATCH] Typo in README.MD --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5739f77e..9ca6a3eb 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ value of 0 indicates no maximum lifetime (infinite lifetime), subject of course *Default: 1800000 (30 minutes)* :abc:``connectionTestQuery``
-**If your drvier supports JDBC4 we strongly recommend not setting this property.** This is for +**If your driver supports JDBC4 we strongly recommend not setting this property.** This is for "legacy" databases that do not support the JDBC4 ``Connection.isValid() API``. This is the query that will be executed just before a connection is given to you from the pool to validate that the connection to the database is still alive. *Again, try running the pool without this property,