summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-15 17:42:18 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-08-16 07:31:08 +0200
commit86b11de49202ff4724dfda9ee6fc799abed5a08c (patch)
treee2d6e2c12e22bc30fcf0b3f4c3908dc75f64e67f /qadevOOo
parenta776a05e09cb686a171b7538f92cac60355c6cdb (diff)
Fix typo "damke" and reworked sentence
Removed duplicated part and fixed present continuous Change-Id: I52dd2e141115c130f9a753b1e1aeba2cc2711ede Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100776 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/runner/helper/OfficeProvider.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/qadevOOo/runner/helper/OfficeProvider.java b/qadevOOo/runner/helper/OfficeProvider.java
index 01599cd3ff15..48c0910f6e24 100644
--- a/qadevOOo/runner/helper/OfficeProvider.java
+++ b/qadevOOo/runner/helper/OfficeProvider.java
@@ -173,10 +173,9 @@ public class OfficeProvider implements AppProvider
XMultiServiceFactory msf = connectOffice(cncstr);
// if the office is running and the office crashes while testing it could
- // be useful to restart the office if possible and continuing the tests.
+ // be useful to restart the office if possible and continue the tests.
// Example: the UNO-API-Tests in the projects will be executed by calling
- // 'damke'. This connects to an existing office. If the office crashes
- // it is useful to restart the office and continuing the tests.
+ // 'dmake'.
if ((param.getBool(util.PropertyName.AUTO_RESTART)) && (msf != null))
{
makeAppExecCommand(msf, param);