summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-25 20:17:31 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-25 21:30:50 +0200
commit1729f554f8ecc4a4f6fa92b71dff8bab67d238c7 (patch)
treebc39b1723b943b513d81cd995e79d82ee42dec3f /connectivity
parent7a4587619d58129c5833819ce33caa5e87d08ed3 (diff)
Fix typos
Change-Id: I1efccb8b926e4aa10e9ccee7e8e36919e38c05fc Reviewed-on: https://gerrit.libreoffice.org/76339 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/firebird/DatabaseMetaData.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/firebird/DatabaseMetaData.cxx b/connectivity/source/drivers/firebird/DatabaseMetaData.cxx
index 1b3a1692b0c8..f73cc5e62a8d 100644
--- a/connectivity/source/drivers/firebird/DatabaseMetaData.cxx
+++ b/connectivity/source/drivers/firebird/DatabaseMetaData.cxx
@@ -1117,7 +1117,7 @@ uno::Reference< XResultSet > SAL_CALL ODatabaseMetaData::getColumns(
"fields.RDB$FIELD_SCALE, " // 10
// Specifically use relfields null flag -- the one in fields is used
// for domains, whether a specific field is nullable is set in relfields,
- // this is also the one we manually fiddle when changin NULL/NOT NULL
+ // this is also the one we manually fiddle when changing NULL/NOT NULL
// (see Table.cxx)
"relfields.RDB$NULL_FLAG, " // 11
"fields.RDB$CHARACTER_LENGTH, " // 12