diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-12-19 22:05:58 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-12-20 10:41:32 +0100 |
commit | 3ee517d480b60c0db59bf43f6f52c27f7368d883 (patch) | |
tree | cb602fdedf0f16dae028899b05ff677c4729c6f0 /qadevOOo | |
parent | ca9897cf772ab09874f8d1e4881a0c79aa94748a (diff) |
Fix typos
Change-Id: I6f0eb93ec654e629c8fbe761f000190ea9343103
Reviewed-on: https://gerrit.libreoffice.org/46824
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/text/_XTextCursor.java | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/mod/_fwk/Frame.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/text/_XTextCursor.java b/qadevOOo/tests/java/ifc/text/_XTextCursor.java index 20abffb723c7..87369a7ec426 100644 --- a/qadevOOo/tests/java/ifc/text/_XTextCursor.java +++ b/qadevOOo/tests/java/ifc/text/_XTextCursor.java @@ -222,7 +222,7 @@ public class _XTextCursor extends MultiMethodTest { /** * Restores the text of the component to the - * state it was before this interafce test. + * state it was before this interface test. */ @Override public void after() { diff --git a/qadevOOo/tests/java/mod/_fwk/Frame.java b/qadevOOo/tests/java/mod/_fwk/Frame.java index 388176a14275..cb18c9659e19 100644 --- a/qadevOOo/tests/java/mod/_fwk/Frame.java +++ b/qadevOOo/tests/java/mod/_fwk/Frame.java @@ -91,7 +91,7 @@ public class Frame extends TestCase { /** * Disposes the document created and finally disposes * the frame containing the document (for case when the frame - * contains no model after some interafce manipulations). + * contains no model after some interface manipulations). */ @Override protected void cleanup( TestParameters Param, PrintWriter log) { |