diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-05 23:39:23 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-07-18 12:49:03 +0200 |
commit | 563fe60878c2ad3289c5bdcd7d8647aea4280129 (patch) | |
tree | 24c6191c4986fa094a0945d5555bd36dc56922ac /qadevOOo | |
parent | 480ac84f2f5049fb4337b36f12fd6796e005761b (diff) |
Fix typos
Change-Id: I5195d13b351c0eebad1eae901f7ce8408a9e5c92
Reviewed-on: https://gerrit.libreoffice.org/57028
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/runner/helper/ProcessHandler.java | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/mod/_sc/ScChartObj.java | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/mod/_sc/ScChartsObj.java | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/mod/_sch/ChXDiagram.java | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/runner/helper/ProcessHandler.java b/qadevOOo/runner/helper/ProcessHandler.java index f44b266e6dee..cb61de76ee2b 100644 --- a/qadevOOo/runner/helper/ProcessHandler.java +++ b/qadevOOo/runner/helper/ProcessHandler.java @@ -137,7 +137,7 @@ public class ProcessHandler /** * Creates instance with specified external command which - * will be executed in the some work directory and + * will be executed in the same work directory and * * @param cmdLine the command to be executed * @param log log stream where debug info and output diff --git a/qadevOOo/tests/java/mod/_sc/ScChartObj.java b/qadevOOo/tests/java/mod/_sc/ScChartObj.java index 31cdba5baeff..d768ceb61128 100644 --- a/qadevOOo/tests/java/mod/_sc/ScChartObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScChartObj.java @@ -87,7 +87,7 @@ public class ScChartObj extends TestCase { /** * Creating a TestEnvironment for the interfaces to be tested. * Retrieves a collection of spreadsheets from a document - * and takes one of them. Inserts some values into the cells of the some cell + * and takes one of them. Inserts some values into the cells of the same cell * range address. Adds the chart that using the data from the cells of this * cell range address. New chart is the instance of * the service <code>com.sun.star.table.TableChart</code>. diff --git a/qadevOOo/tests/java/mod/_sc/ScChartsObj.java b/qadevOOo/tests/java/mod/_sc/ScChartsObj.java index ce7167e4a46d..f488216ffc92 100644 --- a/qadevOOo/tests/java/mod/_sc/ScChartsObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScChartsObj.java @@ -88,7 +88,7 @@ public class ScChartsObj extends TestCase { /** * Creating a TestEnvironment for the interfaces to be tested. * Retrieves a collection of spreadsheets from a document - * and takes one of them. Inserts some values into the cells of the some cell + * and takes one of them. Inserts some values into the cells of the same cell * range address. Obtains the collection of the charts using the interface * <code>XTableChartsSupplier</code>. Creates and adds the chart that using * the data from the cells of this cell range address. Collection of diff --git a/qadevOOo/tests/java/mod/_sch/ChXDiagram.java b/qadevOOo/tests/java/mod/_sch/ChXDiagram.java index 50ad0af99e98..78e5c4a5cdb5 100644 --- a/qadevOOo/tests/java/mod/_sch/ChXDiagram.java +++ b/qadevOOo/tests/java/mod/_sch/ChXDiagram.java @@ -156,7 +156,7 @@ public class ChXDiagram extends TestCase { /** * Creating a TestEnvironment for the interfaces to be tested. * Retrieves a collection of spreadsheets from a document - * and takes one of them. Inserts some values into the cells of the some cell + * and takes one of them. Inserts some values into the cells of the same cell * range address. Adds and retrieves the chart that using the data from * the cells of this cell range address. Obtains the chart document which is * embedded into the retrieved chart using the interface |