diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-09 10:18:31 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-05-10 19:13:31 +0000 |
commit | 3742748699cc09b04bff3d7c606f1c7a21427357 (patch) | |
tree | a15b82c225518c1688e82bb8384fb9b53974c18e /qadevOOo/tests/java | |
parent | 498d3d9c4b1b1201f1a8eaeb52cfd0dd9eaa047b (diff) |
Fix typos
Change-Id: I1c1894fcf533291b34a662b6efb96dcfa75b92b3
Reviewed-on: https://gerrit.libreoffice.org/24760
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'qadevOOo/tests/java')
-rw-r--r-- | qadevOOo/tests/java/ifc/awt/_XTextComponent.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/_XTextComponent.java b/qadevOOo/tests/java/ifc/awt/_XTextComponent.java index 27ea6680daaf..b22cdbdb2b8a 100644 --- a/qadevOOo/tests/java/ifc/awt/_XTextComponent.java +++ b/qadevOOo/tests/java/ifc/awt/_XTextComponent.java @@ -159,7 +159,7 @@ public class _XTextComponent extends MultiMethodTest { String itext = num ? "6" : "insert" ; log.println("Setting text to : '" + text + "'") ; oObj.setText(text); - log.println("Iserting text to (0,1) : '" + itext + "'") ; + log.println("Inserting text to (0,1) : '" + itext + "'") ; oObj.insertText(new Selection(0,1), itext); log.println("getText() returns: " + oObj.getText()); tRes.tested("insertText()", oObj.getText().equals |