From f3261ba74815b30f1018954bfb9ecd332fa8f1d5 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 10 Aug 2019 23:24:48 +0200 Subject: Fix typos "its" Change-Id: I02c660e46964270376a66210fdb5f1b1985ce5b6 Reviewed-on: https://gerrit.libreoffice.org/77255 Tested-by: Jenkins Reviewed-by: Julien Nabet --- smoketest/com/sun/star/comp/smoketest/TestExtension.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'smoketest/com/sun/star/comp') diff --git a/smoketest/com/sun/star/comp/smoketest/TestExtension.java b/smoketest/com/sun/star/comp/smoketest/TestExtension.java index 5da73bb00a91..c953607e2147 100644 --- a/smoketest/com/sun/star/comp/smoketest/TestExtension.java +++ b/smoketest/com/sun/star/comp/smoketest/TestExtension.java @@ -117,8 +117,8 @@ public class TestExtension { */ public void initialize( Object[] object ) throws com.sun.star.uno.Exception { - /* The component describes what arguments its expected and in which - * order!At this point you can read the objects and can initialize + /* The component describes what arguments are expected and in which + * order! At this point you can read the objects and initialize * your component using these objects. */ } -- cgit