From 64a3124d928f337011cad137c2c059f1ef064377 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 17 Aug 2017 16:41:20 +0200 Subject: Fix typos Change-Id: Iaa9c0aea3ea1a239e378bd714ba335f91bb1faf3 Reviewed-on: https://gerrit.libreoffice.org/41194 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl') diff --git a/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl b/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl index 8d01e4f94bfb..a9fe2a77f8fa 100644 --- a/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl +++ b/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl @@ -42,7 +42,7 @@ published service ExtendedTypeDetectionFactory /** factory interface to create and initialize extended type detection components.

- A detection component must be specified by its UNO implementation name and will be crated then. + A detection component must be specified by its UNO implementation name and will be created then. Every new created component can be initialized with its own configuration data and may given optional arguments of the corresponding createInstanceWithArguments() request. To do so the service must support the optional interface com::sun::star::lang::XInitialization. -- cgit