From d71bcc4dc5025ea24944454908098269cfd095a3 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 13 Nov 2017 00:20:20 +0100 Subject: Fix typos Change-Id: Ia544298334364ece3b3963a4adc00c5e01189b91 Reviewed-on: https://gerrit.libreoffice.org/44654 Tested-by: Jenkins Reviewed-by: Mark Page --- offapi/com/sun/star/ucb/InteractiveWrongMediumException.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offapi/com/sun') diff --git a/offapi/com/sun/star/ucb/InteractiveWrongMediumException.idl b/offapi/com/sun/star/ucb/InteractiveWrongMediumException.idl index 06613a171227..a18b329fdd92 100644 --- a/offapi/com/sun/star/ucb/InteractiveWrongMediumException.idl +++ b/offapi/com/sun/star/ucb/InteractiveWrongMediumException.idl @@ -29,7 +29,7 @@ module com { module sun { module star { module ucb { */ published exception InteractiveWrongMediumException: com::sun::star::task::ClassifiedInteractionRequest { - /** identifies the medium thats needed to continue with the pending + /** identifies the medium that's needed to continue with the pending operation. */ any Medium; -- cgit