diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-10 16:05:20 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-19 22:57:24 +0200 |
commit | 14899f9458784929b91ab559ad7e2799963792ca (patch) | |
tree | a041c2f4b035437a21c749407345acdabc772ef3 /connectivity | |
parent | 0a166dbf8db3067f2e5a7cb5efa6b45a1464c612 (diff) |
Fix typo
Change-Id: I84ef63b6c82175132b376122253d3b262a065944
Reviewed-on: https://gerrit.libreoffice.org/70976
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/cpool/ZConnectionPool.hxx | 2 |
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; |