diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-31 18:39:34 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-31 18:48:23 +0200 |
commit | b9b7df5f558eb79533622df5f3390f79a1e5aa79 (patch) | |
tree | 353fd2b7c7f20996671827de3f9453e70a9379a0 | |
parent | e1bc254df07c3cb566da71244a62187330fe381a (diff) |
Fix typos
Change-Id: I3a877a8eb0babb9d04ac9750494576869481c8db
Reviewed-on: https://gerrit.libreoffice.org/76763
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | connectivity/source/drivers/mysqlc/mysqlc_prepared_resultset.cxx | 2 | ||||
-rw-r--r-- | filter/README | 2 | ||||
-rw-r--r-- | testtools/source/bridgetest/idl/bridgetest.idl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/mysqlc/mysqlc_prepared_resultset.cxx b/connectivity/source/drivers/mysqlc/mysqlc_prepared_resultset.cxx index fbb167f79f72..d20d2e760ed2 100644 --- a/connectivity/source/drivers/mysqlc/mysqlc_prepared_resultset.cxx +++ b/connectivity/source/drivers/mysqlc/mysqlc_prepared_resultset.cxx @@ -309,7 +309,7 @@ template <> DateTime OPreparedResultSet::retrieveValue(sal_Int32 column) template <> OUString OPreparedResultSet::retrieveValue(sal_Int32 column) { - // redirect call to the appropiate method if needed + // redirect call to the appropriate method if needed // BLOB can be simply read out as string if (getTypeFromMysqlType(m_aFields[column - 1].type) != std::type_index(typeid(OUString)) && m_aFields[column - 1].type != MYSQL_TYPE_BLOB) diff --git a/filter/README b/filter/README index 6c13f14c5e57..78d469a6859f 100644 --- a/filter/README +++ b/filter/README @@ -4,7 +4,7 @@ Desperate splitting of code into small shared libraries for historical reasons presumably (OS/2 and Windows 3.x). The libraries produced from the code in each subdirectory of filter/source/graphicfilter are graphic format import or export filters. But they don't have uniform -API. Some have either an GraphicImport or GraphicExport entry point, +API. Some have either a GraphicImport or GraphicExport entry point, and are loaded and used in a uniform fashion from code in svtools/source/filter/filter.cxx. Others have different API and are loaded from other places. For instance "icgm" has ImportCGM, and is diff --git a/testtools/source/bridgetest/idl/bridgetest.idl b/testtools/source/bridgetest/idl/bridgetest.idl index a14330c8ebef..8ddfc2bfd234 100644 --- a/testtools/source/bridgetest/idl/bridgetest.idl +++ b/testtools/source/bridgetest/idl/bridgetest.idl @@ -388,7 +388,7 @@ interface XBridgeTestBase : com::sun::star::uno::XInterface /** - * Inherting from monster; adds raiseException(), attribute raising RuntimeException. + * Inheriting from monster; adds raiseException(), attribute raising RuntimeException. */ interface XBridgeTest : XBridgeTestBase { |