diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 11:45:16 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 11:02:47 +0000 |
commit | 98ef3edb8a5d1a13963101d41abb2a8dd8a806dd (patch) | |
tree | 16bac175c1f7d1957958470099b2708e4631ed4f /libreofficekit | |
parent | 86781bcfc8f12df980af5c86c2f9e75067f02abc (diff) |
Fix typos
Change-Id: Id5811d092917c872715559f4508d01e4173d090c
Reviewed-on: https://gerrit.libreoffice.org/35636
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'libreofficekit')
-rw-r--r-- | libreofficekit/README | 2 | ||||
-rw-r--r-- | libreofficekit/source/gtk/tilebuffer.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libreofficekit/README b/libreofficekit/README index 3e161587600b..1f0a7ad72b53 100644 --- a/libreofficekit/README +++ b/libreofficekit/README @@ -32,7 +32,7 @@ To use LOK Tiled Rendering you will need the following before the LOK includes: (This must be define before ANY LOK header, i.e. including the Init header.) Currently only bitmap-buffer rendering is supported, with a 32-bit BGRA -colourspace (further alternatives could feasibly be implemented as needed). +colorspace (further alternatives could feasibly be implemented as needed). Scanlines are ordered top-down (whereas LibreOffice will internally default to bottom-up). diff --git a/libreofficekit/source/gtk/tilebuffer.hxx b/libreofficekit/source/gtk/tilebuffer.hxx index 498ea3fecd65..0d98cc26f899 100644 --- a/libreofficekit/source/gtk/tilebuffer.hxx +++ b/libreofficekit/source/gtk/tilebuffer.hxx @@ -165,7 +165,7 @@ enum A struct that we use to store the data about the LOK call. Object of this type is passed with all the LOK calls, - so that they can be idenitified. Additionally, it also contains + so that they can be identified. Additionally, it also contains the data that LOK call needs. */ struct LOEvent |