diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-07 23:14:30 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-07-08 05:48:18 +0000 |
commit | 799cc41b53a59c543408fa5370e107c2c57a2904 (patch) | |
tree | 790ed9324cea1b9a2f54955a0497cab55c617128 /qadevOOo/runner/helper | |
parent | ff669d1c7f692052534d1136d1ff4220433f8542 (diff) |
Fix typos
Change-Id: I70b03c152f63e48341dc5629a99b0eeab7b497c0
Reviewed-on: https://gerrit.libreoffice.org/16834
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo/runner/helper')
-rw-r--r-- | qadevOOo/runner/helper/BuildEnvTools.java | 2 | ||||
-rw-r--r-- | qadevOOo/runner/helper/OfficeProvider.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/helper/BuildEnvTools.java b/qadevOOo/runner/helper/BuildEnvTools.java index f4c96e84a92f..9222757304d0 100644 --- a/qadevOOo/runner/helper/BuildEnvTools.java +++ b/qadevOOo/runner/helper/BuildEnvTools.java @@ -24,7 +24,7 @@ import share.LogWriter; import util.*; /** - * This class support you to execute some shell commands in a buld environment. At every call of commands + * This class support you to execute some shell commands in a build environment. At every call of commands * a build environment was created and the commands will be executed. * */ diff --git a/qadevOOo/runner/helper/OfficeProvider.java b/qadevOOo/runner/helper/OfficeProvider.java index d2dd45997764..731814420b96 100644 --- a/qadevOOo/runner/helper/OfficeProvider.java +++ b/qadevOOo/runner/helper/OfficeProvider.java @@ -655,7 +655,7 @@ public class OfficeProvider implements AppProvider /** * If the office is connected but the <CODE>AppExecutionCommand</CODE> is not set, * this function asks the office for its location and fill the - * <CODE>AppExecutionCommand</CODE> with valid contet. + * <CODE>AppExecutionCommand</CODE> with valid contest. * This function was only called if parameter <CODE>AutoRestart</CODE> is set. * @param msf the <CODE>MultiServiceFactory</CODE> * @param param the <CODE>TestParameters</CODE> |