From c31fa068ad430746d47ce53e2321ac3302dcb8bb Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 19 Aug 2019 11:42:07 +0200 Subject: Fix typos Change-Id: I2bee2a13b639bfb1c69b773f832a1374619670a9 Reviewed-on: https://gerrit.libreoffice.org/77630 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos --- offapi/com/sun/star/sdbc/XPooledConnection.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offapi/com/sun/star/sdbc') diff --git a/offapi/com/sun/star/sdbc/XPooledConnection.idl b/offapi/com/sun/star/sdbc/XPooledConnection.idl index c8ad7ecf166c..3949c0bc3338 100644 --- a/offapi/com/sun/star/sdbc/XPooledConnection.idl +++ b/offapi/com/sun/star/sdbc/XPooledConnection.idl @@ -30,7 +30,7 @@ published interface XConnection; -/** defines a pooled connection which can share a unused connection. +/** defines a pooled connection which can share an unused connection. -- cgit