diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-20 19:35:27 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-21 09:27:59 +0200 |
commit | 38ac0586448d4f07811b139f62f62686b029feba (patch) | |
tree | 8e35aae737df4e7db11a362022eec48ad224fece /include | |
parent | 46adebe23a69961f83e1ebcec3a9b76d279d2e3f (diff) |
Fix typo
Change-Id: Ib4e99488025d2eedb08eff3690cbb57d0741f1f1
Reviewed-on: https://gerrit.libreoffice.org/72621
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-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 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. |