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

Andrea Gelmini andrea.gelmini at gelma.net
Sun Apr 8 00:19:01 UTC 2018


 dbaccess/source/filter/hsqldb/parseschema.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 83e2860141af887be7ae6bae7eaa6e06d587e1f9
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Sat Apr 7 23:10:40 2018 +0200

    Fix typo
    
    Change-Id: I655328122905ff70b667187937f57d23145377b1
    Reviewed-on: https://gerrit.libreoffice.org/52567
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/dbaccess/source/filter/hsqldb/parseschema.hxx b/dbaccess/source/filter/hsqldb/parseschema.hxx
index 6f73d2a4e584..94e72c815717 100644
--- a/dbaccess/source/filter/hsqldb/parseschema.hxx
+++ b/dbaccess/source/filter/hsqldb/parseschema.hxx
@@ -43,7 +43,7 @@ public:
     SqlStatementVector parseSchema();
 
     /**
-     * Returns the colmn types of a table. It should not be called before
+     * Returns the column types of a table. It should not be called before
      * calling parseSchema().
      *
      * @param sTableName name of the table.


More information about the Libreoffice-commits mailing list