[Libreoffice-commits] core.git: connectivity/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Apr 30 05:07:58 UTC 2019


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

New commits:
commit f9f7cc62e95f12a9d4ea02413a658d40e09ccde6
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Apr 28 21:11:40 2019 +0000
Commit:     Julien Nabet <serval2412 at 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 <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at 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,


More information about the Libreoffice-commits mailing list