summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--connectivity/source/cpool/ZConnectionPool.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/cpool/ZConnectionPool.hxx b/connectivity/source/cpool/ZConnectionPool.hxx
index e02b618678f4..5f87cee16baa 100644
--- a/connectivity/source/cpool/ZConnectionPool.hxx
+++ b/connectivity/source/cpool/ZConnectionPool.hxx
@@ -94,7 +94,7 @@ namespace connectivity
typedef std::map< TDigestHolder,TConnectionPool,TDigestLess> TConnectionMap;
- // contains additional information about a activeconnection which is needed to put it back to the pool
+ // contains additional information about an activeconnection which is needed to put it back to the pool
typedef struct
{
TConnectionMap::iterator aPos;