From 14899f9458784929b91ab559ad7e2799963792ca Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 10 Apr 2019 16:05:20 +0000 Subject: Fix typo Change-Id: I84ef63b6c82175132b376122253d3b262a065944 Reviewed-on: https://gerrit.libreoffice.org/70976 Tested-by: Jenkins Reviewed-by: Julien Nabet --- connectivity/source/cpool/ZConnectionPool.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectivity/source/cpool') 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; -- cgit