summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/filter/hsqldb/parseschema.hxx2
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.