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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qadevOOo/runner') 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; -- cgit