diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-07 23:10:40 +0200 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-04-08 02:18:40 +0200 |
commit | 83e2860141af887be7ae6bae7eaa6e06d587e1f9 (patch) | |
tree | 01c6def15b41d32f3558993b94dad67b208bf788 /dbaccess | |
parent | 05a397674a5cb11f344c8c8018bd2a6793b33186 (diff) |
Fix typo
Change-Id: I655328122905ff70b667187937f57d23145377b1
Reviewed-on: https://gerrit.libreoffice.org/52567
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/filter/hsqldb/parseschema.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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. |