diff options
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/filter/hsqldb/fbcreateparser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/filter/hsqldb/fbcreateparser.cxx b/dbaccess/source/filter/hsqldb/fbcreateparser.cxx index 768c7286185b..aed3552536e3 100644 --- a/dbaccess/source/filter/hsqldb/fbcreateparser.cxx +++ b/dbaccess/source/filter/hsqldb/fbcreateparser.cxx @@ -86,7 +86,7 @@ OUString lcl_DataTypetoFbTypeName(sal_Int32 eType) OUString lcl_getTypeModifier(sal_Int32 eType) { // TODO bind -9546 magic number to a common definition. It also appears - // in the connectivity modul. + // in the connectivity module. switch (eType) { case DataType::CLOB: |