From 64d624b65124ac02d8ee59b135593fd9d8eb9067 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 9 Jan 2016 22:55:28 +0100 Subject: Fix typos Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins Reviewed-by: Ashod Nakashian --- qadevOOo/runner/helper/OfficeWatcher.java | 2 +- qadevOOo/runner/helper/ProcessHandler.java | 6 +++--- qadevOOo/runner/util/DBTools.java | 2 +- qadevOOo/runner/util/SOfficeFactory.java | 2 +- qadevOOo/runner/util/WriterTools.java | 4 ++-- qadevOOo/runner/util/XMLTools.java | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) (limited to 'qadevOOo/runner') 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 * Process) * - * 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 * isTimedOut() 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 ; -- cgit