From 7a8b697aed6eddf1dec4d3c3610359259d4468f4 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 25 Aug 2021 13:22:43 +0200 Subject: Fix typos Change-Id: I13c41a077cd54102010c8253dee2455f235087c2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121033 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- offapi/com/sun/star/awt/XDialog.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/awt/XDialog.idl b/offapi/com/sun/star/awt/XDialog.idl index 7d6ac3c71fc9..5a94924720ba 100644 --- a/offapi/com/sun/star/awt/XDialog.idl +++ b/offapi/com/sun/star/awt/XDialog.idl @@ -43,7 +43,7 @@ published interface XDialog: com::sun::star::uno::XInterface /** runs the dialog modally: shows it, and waits for the execution to end. - Returns an exit code (e.g., indicatting the button that was used to end the execution). + Returns an exit code (e.g., indicating the button that was used to end the execution). */ short execute(); -- cgit