diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-06-09 13:26:05 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-06-09 17:59:31 +0200 |
commit | bcd076c22c5af0993641e719ea01559548acbc38 (patch) | |
tree | e1f302787b6b61d316554ccff31619a1237c9163 /include/LibreOfficeKit | |
parent | fd1bd06509f4544cc18bdf2319c5456b33d08e52 (diff) |
Fix typo
Change-Id: I4b8e65b686942a20df2d0133ff1208737e272e42
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152790
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/LibreOfficeKit')
-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 d2a03c8ce9b6..13351b672d51 100644 --- a/include/LibreOfficeKit/LibreOfficeKitEnums.h +++ b/include/LibreOfficeKit/LibreOfficeKitEnums.h @@ -963,7 +963,7 @@ typedef enum LOK_CALLBACK_COLOR_PALETTES = 65, /** - * Informs that the document password has been succesfully changed. + * Informs that the document password has been successfully changed. * The payload contains the the new password and the type. */ LOK_CALLBACK_DOCUMENT_PASSWORD_RESET = 66 |