[Libreoffice-commits] core.git: connectivity/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Apr 30 05:07:16 UTC 2019
connectivity/source/drivers/postgresql/pq_preparedstatement.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8182f5e4325f4cbf4c333a76466740fdea4e7bff
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Apr 28 21:11:41 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Apr 30 07:06:11 2019 +0200
Fix typo
Change-Id: I0af0c7c750018a9766dc0b3af4a6c114a7b27144
Reviewed-on: https://gerrit.libreoffice.org/71560
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/connectivity/source/drivers/postgresql/pq_preparedstatement.hxx b/connectivity/source/drivers/postgresql/pq_preparedstatement.hxx
index fb05ce85d409..01eb2441f120 100644
--- a/connectivity/source/drivers/postgresql/pq_preparedstatement.hxx
+++ b/connectivity/source/drivers/postgresql/pq_preparedstatement.hxx
@@ -94,7 +94,7 @@ private:
public:
/**
* @param ppConnection The piece of memory, pConnection points to, is accessible
- * as long as a reference to paramenter con is held.
+ * as long as a reference to parameter con is held.
*/
PreparedStatement( const rtl::Reference< comphelper::RefCountedMutex > & refMutex,
const css::uno::Reference< css::sdbc::XConnection> & con,
More information about the Libreoffice-commits
mailing list