diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-08-25 13:22:43 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-08-25 17:13:38 +0200 |
commit | 7a8b697aed6eddf1dec4d3c3610359259d4468f4 (patch) | |
tree | ef9378c91982b48daa3d21426c7e120f8dadfc41 /offapi | |
parent | 2cdcf5805b32098e75285015b57bf0f890723e41 (diff) |
Fix typos
Change-Id: I13c41a077cd54102010c8253dee2455f235087c2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121033
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/awt/XDialog.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |