summaryrefslogtreecommitdiff
path: root/libreofficekit
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2014-07-18 08:05:43 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2014-07-18 08:06:48 +0200
commit8f082e212de92348a3373cb5c6a1b32590fec418 (patch)
treed2b99b9b8b20ef15a23e6323635cd5f78b5a48bf /libreofficekit
parent4011b74eb7650a0eeb99d3acebb9ef60b0fcaab9 (diff)
Typos
Change-Id: If91ed85a56c597f9aecbd5e469af4af83d256cfb
Diffstat (limited to 'libreofficekit')
-rw-r--r--libreofficekit/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/libreofficekit/README b/libreofficekit/README
index 267b20b1340c..624d67c1fb9c 100644
--- a/libreofficekit/README
+++ b/libreofficekit/README
@@ -2,7 +2,7 @@ LibreOfficeKit
**************
LibreOfficeKit can be used for accessing LibreOffice functionality
-outwith LibreOffice, through C/C++, without any need to use UNO.
+without LibreOffice, through C/C++, without any need to use UNO.
For now it only offers document conversion (in addition to an experimental
tiled rendering API).
@@ -15,7 +15,7 @@ in order to be able to use LOK. You will then be able to access LOK via
the functions in LibreOfficeKit.h[xx].
(LibreOfficeKit.hxx is a simple and fully inlined C++ wrapper for the same
- functionality as in LibreOfficeKit.h.)
+functionality as in LibreOfficeKit.h.)
An example program can be seen on:
https://github.com/ojwb/lloconv
@@ -23,7 +23,7 @@ https://github.com/ojwb/lloconv
Tiled Rendering
---------------
-To use LOK Tiled Rendering you will need the follwing before the LOK includes:
+To use LOK Tiled Rendering you will need the following before the LOK includes:
#define LOK_USE_UNSTABLE_API
Currently only bitmap-buffer rendering is supported, with a 32-bit RGBA
@@ -34,8 +34,8 @@ to bottom-up).
LibreOfficeKitGtk
*****************
-Currently consists of only a very basic gtk+ document viewer widget.
+Currently consists of only a very basic GTK+ document viewer widget.
Currently this simply renders the entire document as one large tile (for
-writer) and/or entire sheet for calc, which can be somewhat slow with
+Writer) and/or entire sheet for Calc, which can be somewhat slow with
larger documents.