From 38ac0586448d4f07811b139f62f62686b029feba Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 20 May 2019 19:35:27 +0000 Subject: Fix typo Change-Id: Ib4e99488025d2eedb08eff3690cbb57d0741f1f1 Reviewed-on: https://gerrit.libreoffice.org/72621 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- include/LibreOfficeKit/LibreOfficeKitEnums.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/LibreOfficeKit/LibreOfficeKitEnums.h b/include/LibreOfficeKit/LibreOfficeKitEnums.h index f3fc91b2f71c..6b706a70cd6d 100644 --- a/include/LibreOfficeKit/LibreOfficeKitEnums.h +++ b/include/LibreOfficeKit/LibreOfficeKitEnums.h @@ -164,7 +164,7 @@ typedef enum /** * The size and/or the position of the graphic selection changed, * the rotation angle of the embedded graphic object, and a property list - * which can be used for informing the client about severl properties. + * which can be used for informing the client about several properties. * * Format is "x, y, width, height, angle, { list of properties }", * where angle is in 100th of degree, and the property list is optional. -- cgit