connectivity/source/drivers/postgresql/pq_preparedstatement.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8182f5e4325f4cbf4c333a76466740fdea4e7bff Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Apr 28 21:11:41 2019 +0000 Commit: Julien Nabet <[email protected]> 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 <[email protected]> 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, _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
