diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-05-08 14:29:34 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-05-10 23:04:53 +0200 |
commit | 42a949bdcfb87f45197f0d692b64e74f70f2c2e1 (patch) | |
tree | 467e78a20ebf0cff0dfdb399cdcfd6e2355db370 /include/LibreOfficeKit | |
parent | 73281c9b7b92062b283a02de4bf4e8eeb8821b56 (diff) |
Fix typo
Change-Id: I8bf39ad18f20199241cb3cdf4e1fec5592d61943
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93725
Tested-by: Jenkins
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 b0b6d59e62a2..32fd9f657a5a 100644 --- a/include/LibreOfficeKit/LibreOfficeKitEnums.h +++ b/include/LibreOfficeKit/LibreOfficeKitEnums.h @@ -728,7 +728,7 @@ typedef enum LOK_CALLBACK_TAB_STOP_LIST = 48, /** - * Sends all informations for displaying form field button for a text based field. + * Sends all information for displaying form field button for a text based field. * * It contains the position where the frame with the button should be displayed and * also contains all information that the popup window needs. |