From 98ef3edb8a5d1a13963101d41abb2a8dd8a806dd Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 24 Mar 2017 11:45:16 +0100 Subject: Fix typos Change-Id: Id5811d092917c872715559f4508d01e4173d090c Reviewed-on: https://gerrit.libreoffice.org/35636 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- .../test/com/sun/star/lib/uno/helper/InterfaceContainer_Test.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'javaunohelper/test') diff --git a/javaunohelper/test/com/sun/star/lib/uno/helper/InterfaceContainer_Test.java b/javaunohelper/test/com/sun/star/lib/uno/helper/InterfaceContainer_Test.java index d9488114d420..a406b84d457e 100644 --- a/javaunohelper/test/com/sun/star/lib/uno/helper/InterfaceContainer_Test.java +++ b/javaunohelper/test/com/sun/star/lib/uno/helper/InterfaceContainer_Test.java @@ -461,7 +461,7 @@ public class InterfaceContainer_Test @Test public void ListIterator_next() throws Exception { - logger.log(Level.INFO, "Testing InterfaceContainer.listIerator, ListIterator.next()"); + logger.log(Level.INFO, "Testing InterfaceContainer.listIterator, ListIterator.next()"); InterfaceContainer cont= new InterfaceContainer(); cont.addAll(list1); @@ -658,4 +658,4 @@ public class InterfaceContainer_Test assertEquals(obj2.nDisposingCalled, 1); assertEquals(obj3.nDisposingCalled, 1); } -} \ No newline at end of file +} -- cgit