include/LibreOfficeKit/LibreOfficeKitEnums.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d8d6b03eb136c5d98bb74fbb6f435e650f9e4939 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Sep 25 18:02:28 2019 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Wed Sep 25 18:45:22 2019 +0200 Fix typo Change-Id: Iec98bb5446782dc50223bb49b4c305046960c751 Reviewed-on: https://gerrit.libreoffice.org/79567 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/include/LibreOfficeKit/LibreOfficeKitEnums.h b/include/LibreOfficeKit/LibreOfficeKitEnums.h index bf8f9a4ee5ea..17e1c3e27740 100644 --- a/include/LibreOfficeKit/LibreOfficeKitEnums.h +++ b/include/LibreOfficeKit/LibreOfficeKitEnums.h @@ -263,7 +263,7 @@ typedef enum * Payload format is "width, height", i.e. clients get the new size without * having to do an explicit lok::Document::getDocumentSize() call. * - * A size change is always preceeded by a series of + * A size change is always preceded by a series of * LOK_CALLBACK_INVALIDATE_TILES events invalidating any areas * need re-rendering to adapt. */ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
