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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Jan 18 06:09:23 UTC 2019


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

New commits:
commit 0b853017a29a927943313d7a2d9994c887ad335d
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jan 17 10:56:21 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Jan 18 07:08:57 2019 +0100

    Fix typo
    
    Change-Id: I80e83c04f3001fefad6cbdffc19ce8e05272dc88
    Reviewed-on: https://gerrit.libreoffice.org/66562
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx b/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
index 0dcde0e3e168..95cc723d832c 100644
--- a/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
+++ b/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
@@ -2251,7 +2251,7 @@ namespace
                                          (may be <NULL/>)
             4. LITERAL_SUFFIX string ==> suffix used to quote a literal
                                          (may be <NULL/>)
-            5. CREATE_PARAMS string ==> parameters used in creating thw type (may be <NULL/>)
+            5. CREATE_PARAMS string ==> parameters used in creating the type (may be <NULL/>)
             12. LOCAL_TYPE_NAME  string ==> localized version of type name (may be <NULL/>)
             15, SQL_DATA_TYPE long ==> unused
             16. SQL_DATETIME_SUB long ==> unused


More information about the Libreoffice-commits mailing list