From 878461f96730b0930c5f397a205d0239ad034fe5 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Wed, 7 Dec 2016 19:29:49 +0900 Subject: Fix typo in comments: et -> ed Change-Id: I447c46cc3d66c7f482314626826dd708bf1c01c4 --- qadevOOo/runner/util/utils.java | 4 ++-- qadevOOo/tests/java/ifc/lang/_XInitialization.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'qadevOOo') diff --git a/qadevOOo/runner/util/utils.java b/qadevOOo/runner/util/utils.java index 0539cef09226..d942d39ac99b 100644 --- a/qadevOOo/runner/util/utils.java +++ b/qadevOOo/runner/util/utils.java @@ -376,10 +376,10 @@ public class utils { /** * This method deletes via office the given file URL. It checks the existence - * of fileURL. If exists it will be deletet. + * of fileURL. If exists it will be deleted. * @param xMsf the multiservice factory * @param fileURL the file to delete - * @return true if the file could be deletet or the file does not exist + * @return true if the file could be deleted or the file does not exist */ public static boolean deleteFile(XMultiServiceFactory xMsf, String fileURL) { boolean delete = true; diff --git a/qadevOOo/tests/java/ifc/lang/_XInitialization.java b/qadevOOo/tests/java/ifc/lang/_XInitialization.java index 87a80ef26494..ba2150be1b85 100644 --- a/qadevOOo/tests/java/ifc/lang/_XInitialization.java +++ b/qadevOOo/tests/java/ifc/lang/_XInitialization.java @@ -29,7 +29,7 @@ import com.sun.star.lang.XInitialization; *