From 14d988583a2f2d2b300e4804faa426f8a694b2e2 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 25 Jun 2015 10:18:09 +0200 Subject: fix spelling correcly -> correctly Change-Id: I76f9b791c10fb5c5736dd025abc125ae4a50ec7a --- qadevOOo/runner/helper/ProcessHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qadevOOo/runner/helper') diff --git a/qadevOOo/runner/helper/ProcessHandler.java b/qadevOOo/runner/helper/ProcessHandler.java index 313a160554e0..212b2c9875ed 100644 --- a/qadevOOo/runner/helper/ProcessHandler.java +++ b/qadevOOo/runner/helper/ProcessHandler.java @@ -286,7 +286,7 @@ public class ProcessHandler * exits. * * @return true if process was successfully - * started and correcly exits (exit code doesn't affect + * started and correctly exits (exit code doesn't affect * to this result). */ public boolean executeSynchronously() -- cgit