summaryrefslogtreecommitdiff
path: root/qadevOOo/runner
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-12-07 19:29:49 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2016-12-07 19:38:49 +0900
commit878461f96730b0930c5f397a205d0239ad034fe5 (patch)
tree1b6763fe71b866b4af4fb9c8ab14e1ba6fffb823 /qadevOOo/runner
parenta08cb3b52ea4a071ce8eb5a1786ea45fd211ab78 (diff)
Fix typo in comments: et -> ed
Change-Id: I447c46cc3d66c7f482314626826dd708bf1c01c4
Diffstat (limited to 'qadevOOo/runner')
-rw-r--r--qadevOOo/runner/util/utils.java4
1 files changed, 2 insertions, 2 deletions
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 <CODE>fileURL</CODE>. If exists it will be deletet.
+ * of <CODE>fileURL</CODE>. 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;