summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/helper/OfficeProvider.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/helper/OfficeProvider.java')
-rw-r--r--qadevOOo/runner/helper/OfficeProvider.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/helper/OfficeProvider.java b/qadevOOo/runner/helper/OfficeProvider.java
index ed99b7d42e4f..76e6e2671012 100644
--- a/qadevOOo/runner/helper/OfficeProvider.java
+++ b/qadevOOo/runner/helper/OfficeProvider.java
@@ -167,8 +167,8 @@ public class OfficeProvider implements AppProvider
XMultiServiceFactory msf = connectOffice(cncstr);
// if the office is running and the office crashes while testing it could
- // be usesfull to restart the office if possible and continuing the tests.
- // Example: The UNO-API-Tests in the projects will be executed by calling
+ // be useful to restart the office if possible and continuing 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.
if ((param.getBool(util.PropertyName.AUTO_RESTART)) && (msf != null))