From 534b2a4b58ba765dbc256d6297e33453524915e2 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 2 Feb 2016 19:47:20 +0100 Subject: Fix typos Change-Id: Ice72f8d9971e15dd6ef365e64cd567b8581a92d3 Reviewed-on: https://gerrit.libreoffice.org/21797 Tested-by: Jenkins Reviewed-by: Ashod Nakashian --- filter/qa/complex/filter/detection/typeDetection/TypeDetection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter/qa') diff --git a/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java b/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java index 7a81eae0ff4d..ecf1c3251c2e 100644 --- a/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java +++ b/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java @@ -463,7 +463,7 @@ public class TypeDetection extends ComplexTestCase { String fileType = helper.getTypeforfileAlias(fileAlias); PropertyValue[] MediaDescriptor = helper.createMediaDescriptor( - new String[] {"URL", "DocumentSerivce"}, + new String[] {"URL", "DocumentService"}, new Object[] {fileURL, serviceName}); log.println("check " + fileAlias); -- cgit