summaryrefslogtreecommitdiff
path: root/qadevOOo/runner
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-09 22:55:28 +0100
committerAshod Nakashian <ashnakash@gmail.com>2016-01-10 14:17:20 +0000
commit64d624b65124ac02d8ee59b135593fd9d8eb9067 (patch)
tree772fc0f308549b9416fbcb06bce2bf0e0f5809cc /qadevOOo/runner
parentd61c16966b017abdbebf5ec0c2131de5a91c67f8 (diff)
Fix typos
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'qadevOOo/runner')
-rw-r--r--qadevOOo/runner/helper/OfficeWatcher.java2
-rw-r--r--qadevOOo/runner/helper/ProcessHandler.java6
-rw-r--r--qadevOOo/runner/util/DBTools.java2
-rw-r--r--qadevOOo/runner/util/SOfficeFactory.java2
-rw-r--r--qadevOOo/runner/util/WriterTools.java4
-rw-r--r--qadevOOo/runner/util/XMLTools.java2
6 files changed, 9 insertions, 9 deletions
diff --git a/qadevOOo/runner/helper/OfficeWatcher.java b/qadevOOo/runner/helper/OfficeWatcher.java
index 50765a867ab0..924a9e4af6d3 100644
--- a/qadevOOo/runner/helper/OfficeWatcher.java
+++ b/qadevOOo/runner/helper/OfficeWatcher.java
@@ -79,7 +79,7 @@ public class OfficeWatcher extends Thread implements share.Watcher {
" seconds, it probably hangs and is killed NOW.");
ph.kill();
} else {
- dbg("reaeched timeout but ProcessHandler is NULL");
+ dbg("reached timeout but ProcessHandler is NULL");
}
util.utils.pause(timeOut == 0 ? 30000 : timeOut);
dbg("finished");
diff --git a/qadevOOo/runner/helper/ProcessHandler.java b/qadevOOo/runner/helper/ProcessHandler.java
index 607c1f21a2c2..60b31b09b34e 100644
--- a/qadevOOo/runner/helper/ProcessHandler.java
+++ b/qadevOOo/runner/helper/ProcessHandler.java
@@ -28,7 +28,7 @@ import lib.TestParameters;
import util.PropertyName;
import util.utils;
-/**
+/*
* Class collect information from input stream in
* background (separate thread) and outputs it to
* some log stream. I helps to avoid buffer overflow
@@ -36,7 +36,7 @@ import util.utils;
* in case when handling stdout from external
* <code>Process</code>)
*
- * This class is currently used by ProcesHandler
+ * This class is currently used by ProcessHandler
* internally only.
*/
class Pump extends Thread
@@ -161,7 +161,7 @@ public class ProcessHandler
* @param envVars The specified environment variables are
* set for the new process.
* If log stream is null, logging is printed to stdout.
- * @param timeOut When started sychronisly, the maximum time the
+ * @param timeOut When started synchronously, the maximum time the
* process will live. When the process being destroyed
* a log will be written out. It can be asked on
* <code>isTimedOut()</code> if it has been terminated.
diff --git a/qadevOOo/runner/util/DBTools.java b/qadevOOo/runner/util/DBTools.java
index 4410bf2a1cf6..cc6549432154 100644
--- a/qadevOOo/runner/util/DBTools.java
+++ b/qadevOOo/runner/util/DBTools.java
@@ -37,7 +37,7 @@ import java.sql.DriverManager;
/**
* Provides useful methods for working with SOffice databases.
-* Database creation, data transferring, outputting infromation.
+* Database creation, data transferring, outputting information.
*/
public class DBTools {
diff --git a/qadevOOo/runner/util/SOfficeFactory.java b/qadevOOo/runner/util/SOfficeFactory.java
index 0150e3c035cb..43667d15d44c 100644
--- a/qadevOOo/runner/util/SOfficeFactory.java
+++ b/qadevOOo/runner/util/SOfficeFactory.java
@@ -175,7 +175,7 @@ public class SOfficeFactory {
} // finished createChartDoc
/**
- * creates a simple TextTable defaultet to 2 rows and 2 columns
+ * creates a simple TextTable defaulted to 2 rows and 2 columns
*/
public static XTextTable createTextTable(XTextDocument xTextDoc)
{
diff --git a/qadevOOo/runner/util/WriterTools.java b/qadevOOo/runner/util/WriterTools.java
index 4681a9963235..250ecbf6be45 100644
--- a/qadevOOo/runner/util/WriterTools.java
+++ b/qadevOOo/runner/util/WriterTools.java
@@ -104,8 +104,8 @@ public class WriterTools {
oGObject);
the_name.setName(name);
} catch (Exception ex) {
- System.out.println("Exception while insertin TextGraphic");
+ System.out.println("Exception while inserting TextGraphic");
ex.printStackTrace();
}
}
-} \ No newline at end of file
+}
diff --git a/qadevOOo/runner/util/XMLTools.java b/qadevOOo/runner/util/XMLTools.java
index 6930a96bfa6a..fc821b9ffae0 100644
--- a/qadevOOo/runner/util/XMLTools.java
+++ b/qadevOOo/runner/util/XMLTools.java
@@ -217,7 +217,7 @@ public class XMLTools {
/**
* Reset all values. This is important e.g. for test of XFilter
- * interface, where 'filter()' method istbstarted twice.
+ * interface, where 'filter()' method is started twice.
*/
void reset() {
docStarted = false ;