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>
This commit is contained in:
Andrea Gelmini 2020-08-15 17:42:18 +02:00 committed by Noel Grandin
parent a776a05e09
commit 86b11de492

View File

@ -173,10 +173,9 @@ public class OfficeProvider implements AppProvider
XMultiServiceFactory msf = connectOffice(cncstr); XMultiServiceFactory msf = connectOffice(cncstr);
// if the office is running and the office crashes while testing it could // 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 // Example: the UNO-API-Tests in the projects will be executed by calling
// 'damke'. This connects to an existing office. If the office crashes // 'dmake'.
// it is useful to restart the office and continuing the tests.
if ((param.getBool(util.PropertyName.AUTO_RESTART)) && (msf != null)) if ((param.getBool(util.PropertyName.AUTO_RESTART)) && (msf != null))
{ {
makeAppExecCommand(msf, param); makeAppExecCommand(msf, param);