include/LibreOfficeKit/LibreOfficeKitEnums.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 42a949bdcfb87f45197f0d692b64e74f70f2c2e1 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri May 8 14:29:34 2020 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sun May 10 23:04:53 2020 +0200 Fix typo Change-Id: I8bf39ad18f20199241cb3cdf4e1fec5592d61943 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93725 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> 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. _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
