From 1729f554f8ecc4a4f6fa92b71dff8bab67d238c7 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 25 Jul 2019 20:17:31 +0200 Subject: Fix typos Change-Id: I1efccb8b926e4aa10e9ccee7e8e36919e38c05fc Reviewed-on: https://gerrit.libreoffice.org/76339 Tested-by: Jenkins Reviewed-by: Andrea Gelmini --- connectivity/source/drivers/firebird/DatabaseMetaData.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectivity') 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 -- cgit