diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:34:02 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:34:02 +0200 |
commit | 70e4329d0479305f16158a63878f335ee9232a5e (patch) | |
tree | de3e471ad7764d08daf0fdd1df88f3b184de12d6 /qadevOOo | |
parent | c32b6be06bf5453d82d9aad64aed5f384c9d1d1f (diff) |
fdo#60724 successfull -> successful
Change-Id: I287bef5b7f2baf5aaaab47141267ae2cadfe2451
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/document/_XFilter.java | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/frame/_XFrameLoader.java | 4 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/registry/_XSimpleRegistry.java | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/ifc/document/_XFilter.java b/qadevOOo/tests/java/ifc/document/_XFilter.java index 212d8c2aa089..92f6d4aeeb5c 100644 --- a/qadevOOo/tests/java/ifc/document/_XFilter.java +++ b/qadevOOo/tests/java/ifc/document/_XFilter.java @@ -45,7 +45,7 @@ import com.sun.star.uno.UnoRuntime; * <li> <code>'XFilter.Checker'</code> <b>(optional)</b> (of type * <code>ifc.document._XFilter.FilterChecker</code>) : implementation * of interface must allow checking that document was exported successfully. -* If the relation doesn't exist then by default successfull filtering +* If the relation doesn't exist then by default successful filtering * assumed. * </li> * <ul> <p> diff --git a/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java b/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java index 1dea4a9ecdab..90cd86b89c68 100644 --- a/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java +++ b/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java @@ -132,8 +132,8 @@ public class _XFrameLoader extends MultiMethodTest { * listener have a chance to be called and then checks * if the load listener was called. <p> * Has <b>OK</b> status if <code>cancel</code> method test - * didn't interrupt loading and it was successfull, or - * if in this method it loads successfull and listener's + * didn't interrupt loading and it was successful, or + * if in this method it loads successful and listener's * <code>finished</code> method was called. * The following method tests are to be executed before : * <ul> diff --git a/qadevOOo/tests/java/ifc/registry/_XSimpleRegistry.java b/qadevOOo/tests/java/ifc/registry/_XSimpleRegistry.java index a4553b838fb9..150af1d9dd62 100644 --- a/qadevOOo/tests/java/ifc/registry/_XSimpleRegistry.java +++ b/qadevOOo/tests/java/ifc/registry/_XSimpleRegistry.java @@ -193,7 +193,7 @@ public class _XSimpleRegistry extends MultiMethodTest { * Has <b> OK </b> status if the method isn't supported by the component * (the object relation <code>'NR'</code> isn't null) * or - * if it's supported and after successfull merging the keys mentioned + * if it's supported and after successful merging the keys mentioned * above are recursively equal. <p> */ public void _mergeKey() { |