diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-06 17:56:22 +0200 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-07-08 10:01:48 +0200 |
commit | dc8ed4b8e1fa5ed3b934bfcf5999ddb75ea07b0a (patch) | |
tree | caf18e7c4781a02c46f620d92787b5dc0ebbbb35 /dbaccess | |
parent | 40b1e5d40667e5863aa213a31fa1b06085bd407a (diff) |
Fix typo
Change-Id: I1cc4544e807d7c04aa171358ccd1c204040dff55
Reviewed-on: https://gerrit.libreoffice.org/57078
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
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: |