diff options
author | Andras Timar <andras.timar@collabora.com> | 2015-07-08 10:34:12 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-07-08 10:34:12 +0200 |
commit | 1302fbe6a1872e3234dee3902079970d8672db92 (patch) | |
tree | 4f594fd3f717c89c4865d592d4bfac2b1a13f730 /qadevOOo | |
parent | e7a6b023e3354713ec584321e849e575ab310cb9 (diff) |
typo: contest -> content
Change-Id: If7fa4672ef76082526f4dd3e6090a19d7f9687b3
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/runner/helper/OfficeProvider.java | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/text/_XText.java | 2 |
2 files changed, 2 insertions, 2 deletions
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 <CODE>AppExecutionCommand</CODE> is not set, * this function asks the office for its location and fill the - * <CODE>AppExecutionCommand</CODE> with valid contest. + * <CODE>AppExecutionCommand</CODE> with valid content. * This function was only called if parameter <CODE>AutoRestart</CODE> is set. * @param msf the <CODE>MultiServiceFactory</CODE> * @param param the <CODE>TestParameters</CODE> 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. <p> + * Removes the text content added before. <p> * Has <b> OK </b> status if the method successfully returns * and no exceptions were thrown. <p> * The following method tests are to be completed successfully before : |