connectivity/source/drivers/postgresql/pq_statement.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f9f7cc62e95f12a9d4ea02413a658d40e09ccde6
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Apr 28 21:11:40 2019 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Apr 30 07:06:50 2019 +0200

    Fix typo
    
    Change-Id: Ie0193edb4e729c4469c15bc5940dbc8005caf28b
    Reviewed-on: https://gerrit.libreoffice.org/71561
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/connectivity/source/drivers/postgresql/pq_statement.hxx 
b/connectivity/source/drivers/postgresql/pq_statement.hxx
index 8b91ec596642..e53c203af6d6 100644
--- a/connectivity/source/drivers/postgresql/pq_statement.hxx
+++ b/connectivity/source/drivers/postgresql/pq_statement.hxx
@@ -88,7 +88,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.
      */
     Statement( const rtl::Reference< comphelper::RefCountedMutex > & refMutex,
                const css::uno::Reference< css::sdbc::XConnection> & con,
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to