diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2016-12-07 19:29:49 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2016-12-07 19:38:49 +0900 |
commit | 878461f96730b0930c5f397a205d0239ad034fe5 (patch) | |
tree | 1b6763fe71b866b4af4fb9c8ab14e1ba6fffb823 /qadevOOo | |
parent | a08cb3b52ea4a071ce8eb5a1786ea45fd211ab78 (diff) |
Fix typo in comments: et -> ed
Change-Id: I447c46cc3d66c7f482314626826dd708bf1c01c4
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/runner/util/utils.java | 4 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/lang/_XInitialization.java | 2 |
2 files changed, 3 insertions, 3 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; 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; * <ul> * <li> <code>'XInitialization.args'</code> (of type <code>Object[]</code>): * (<b>Optional</b>) : argument for <code>initialize</code> -* method. If ommitet zero length array is used. </li> +* method. If ommitted zero length array is used. </li> * <ul> <p> * Test is multithread compliant. <p> * Till the present time there was no need to recreate environment |