From 38719c3341bf4244fcaf835a3933c922e9153251 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 11 Aug 2019 19:35:07 +0200 Subject: Fix typos Change-Id: Ia40e7a9031ae5a8385a84f177a9444f4d4f348b4 Reviewed-on: https://gerrit.libreoffice.org/77302 Tested-by: Jenkins Reviewed-by: Julien Nabet --- qadevOOo/tests/java/mod/_sw/SwXAutoTextContainer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qadevOOo/tests/java/mod/_sw/SwXAutoTextContainer.java') diff --git a/qadevOOo/tests/java/mod/_sw/SwXAutoTextContainer.java b/qadevOOo/tests/java/mod/_sw/SwXAutoTextContainer.java index eb132c78037b..edaa1aed98e4 100644 --- a/qadevOOo/tests/java/mod/_sw/SwXAutoTextContainer.java +++ b/qadevOOo/tests/java/mod/_sw/SwXAutoTextContainer.java @@ -59,7 +59,7 @@ public class SwXAutoTextContainer extends TestCase { // creation of testobject here // first we write what we are intend to do to log file - log.println("creating a AutoTextContainer"); + log.println("creating an AutoTextContainer"); XMultiServiceFactory myMSF = Param.getMSF(); Object oInst = myMSF.createInstance ("com.sun.star.text.AutoTextContainer"); -- cgit