From 1302fbe6a1872e3234dee3902079970d8672db92 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 8 Jul 2015 10:34:12 +0200 Subject: typo: contest -> content Change-Id: If7fa4672ef76082526f4dd3e6090a19d7f9687b3 --- qadevOOo/runner/helper/OfficeProvider.java | 2 +- qadevOOo/tests/java/ifc/text/_XText.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'qadevOOo') diff --git a/qadevOOo/runner/helper/OfficeProvider.java b/qadevOOo/runner/helper/OfficeProvider.java index 731814420b96..ed99b7d42e4f 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 AppExecutionCommand is not set, * this function asks the office for its location and fill the - * AppExecutionCommand with valid contest. + * AppExecutionCommand with valid content. * This function was only called if parameter AutoRestart is set. * @param msf the MultiServiceFactory * @param param the TestParameters diff --git a/qadevOOo/tests/java/ifc/text/_XText.java b/qadevOOo/tests/java/ifc/text/_XText.java index eb1df0c5c72e..234dd5f1882f 100644 --- a/qadevOOo/tests/java/ifc/text/_XText.java +++ b/qadevOOo/tests/java/ifc/text/_XText.java @@ -124,7 +124,7 @@ public class _XText extends MultiMethodTest { /** - * Removes the text contest added before.

+ * Removes the text content added before.

* Has OK status if the method successfully returns * and no exceptions were thrown.

* The following method tests are to be completed successfully before : -- cgit