From a9ff36a1e9080b7789d2150dd5a0fdcb1cc7a968 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 16 May 2016 07:19:43 +0200 Subject: Fix typos Change-Id: If7262e114b5b4cd40e9c0a8929940199ea747595 Reviewed-on: https://gerrit.libreoffice.org/25025 Tested-by: Jenkins Reviewed-by: jan iversen --- qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qadevOOo') diff --git a/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java b/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java index 7a8193bc0b15..767125c3fccd 100644 --- a/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java +++ b/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java @@ -80,7 +80,7 @@ public class _XDocumentInsertable extends MultiMethodTest { /** * Can be overridden to specify different than default * document name. This document must be situated in - * the test document disrectory, and its name must + * the test document directory, and its name must * be specified relational to this directory. By * default 'XDocumentInsertable.swx' file name returned. * @return File name of the document to be inserted. -- cgit