From 8577f2f35eb23e5320e01c61344b0ad05e058814 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Tue, 24 Feb 2015 23:42:28 +0100 Subject: Typos Change-Id: I5f2577dd1f047331a58d33e05684b673e6dbd11e --- qadevOOo/runner/helper/ProcessHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qadevOOo/runner') diff --git a/qadevOOo/runner/helper/ProcessHandler.java b/qadevOOo/runner/helper/ProcessHandler.java index 10241a3b9410..8a25ab29954e 100644 --- a/qadevOOo/runner/helper/ProcessHandler.java +++ b/qadevOOo/runner/helper/ProcessHandler.java @@ -210,7 +210,7 @@ public class ProcessHandler * log stream where debug info and output of external command is printed. * If log stream is null, logging is printed to stdout. * From the TestParameters the OfficeWachter get a ping. - * @param shortWait If this parameter is ture the mTimeOut is set to 5000 ms, else it is set to + * @param shortWait If this parameter is true the mTimeOut is set to 5000 ms, else it is set to * half of time out from parameter timeout. * @param param the TestParameters * @see lib.TestParameters -- cgit