diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-06-09 13:27:21 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-06-09 18:00:05 +0200 |
commit | 286e3d3fd10bdbec4954aab46eea198e9f0b9602 (patch) | |
tree | beca60bdc85a8b34dd17ef21f95c23dcef1c15a9 | |
parent | c1470e15bd0643be8d91aaf6a0d25c78867d0b3e (diff) |
Fix typo
Change-Id: Ica639513051c843bf8065f209427ba4054993463
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152791
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | include/LibreOfficeKit/LibreOfficeKitEnums.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitEnums.h b/include/LibreOfficeKit/LibreOfficeKitEnums.h index 13351b672d51..0325e62399a5 100644 --- a/include/LibreOfficeKit/LibreOfficeKitEnums.h +++ b/include/LibreOfficeKit/LibreOfficeKitEnums.h @@ -964,7 +964,7 @@ typedef enum /** * Informs that the document password has been successfully changed. - * The payload contains the the new password and the type. + * The payload contains the new password and the type. */ LOK_CALLBACK_DOCUMENT_PASSWORD_RESET = 66 } |