From 943919692e8cd96839aeb8cc97598fd4e55c5eea Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 1 Oct 2016 13:07:39 +0200 Subject: Fix typos Change-Id: I8374d6d08f4eb4ae2821e213371c615b92d7e9ab Reviewed-on: https://gerrit.libreoffice.org/29432 Tested-by: Jenkins Reviewed-by: Noel Grandin --- connectivity/qa/connectivity/tools/DataSource.java | 2 +- connectivity/source/drivers/jdbc/Array.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'connectivity') diff --git a/connectivity/qa/connectivity/tools/DataSource.java b/connectivity/qa/connectivity/tools/DataSource.java index 5b42e343dd0a..844c4488f831 100644 --- a/connectivity/qa/connectivity/tools/DataSource.java +++ b/connectivity/qa/connectivity/tools/DataSource.java @@ -139,7 +139,7 @@ public class DataSource /** returns the name of the data source * * If a data source is registered at the database context, the name is the registration - * name. Otherwise, its the URL which the respective database document is based on. + * name. Otherwise, it's the URL which the respective database document is based on. * * Note that the above definition is from the UNO API, not from this wrapper here. */ diff --git a/connectivity/source/drivers/jdbc/Array.cxx b/connectivity/source/drivers/jdbc/Array.cxx index f05f664b14dc..03a9f48ddfc7 100644 --- a/connectivity/source/drivers/jdbc/Array.cxx +++ b/connectivity/source/drivers/jdbc/Array.cxx @@ -33,7 +33,7 @@ java_sql_Array::~java_sql_Array() jclass java_sql_Array::getMyClass() const { - // the class must be fetched once, therefore its static + // the class must be fetched once, therefore it's static if( !theClass ) theClass = findMyClass("java/sql/Array"); -- cgit