diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-11-22 09:30:37 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-11-23 07:50:15 +0100 |
commit | cf3dc707fe8dfe860c58abd91cd0abeb6d488aa1 (patch) | |
tree | 2e04f7426fecf40ac0772923821c86a85852aa54 /offapi | |
parent | fd5f3b212a38ec6ef35d2686ce5a7cc39cb7d377 (diff) |
Fix typos
Change-Id: I6ee795694959f1750a3c84421e632d00ad805b3c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104611
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/drawing/Hatch.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/drawing/Hatch.idl b/offapi/com/sun/star/drawing/Hatch.idl index d7802bdb9379..666d274de4f9 100644 --- a/offapi/com/sun/star/drawing/Hatch.idl +++ b/offapi/com/sun/star/drawing/Hatch.idl @@ -47,7 +47,7 @@ published struct Hatch long Distance; /** You can rotate the lines of the hatch with this angle. - * Specificied in tenths of a degree. + * Specified in tenths of a degree. */ long Angle; |