diff options
author | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-07-29 08:32:07 +0200 |
---|---|---|
committer | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-07-30 12:44:00 +0200 |
commit | 5fe0711dbe8568f6ec5fe7c2edeb122519ac68a7 (patch) | |
tree | f63561d7b79cd8ea335607c7a87e7094ed12148f /include/LibreOfficeKit/LibreOfficeKit.h | |
parent | 4a1efd50e28ed9a38820ff8e21a21475a9096ecc (diff) |
Fix comment typo.
Change-Id: I8ebe3ad2a6efcf1797a2dc941994c7fc1e36f4bf
Diffstat (limited to 'include/LibreOfficeKit/LibreOfficeKit.h')
-rw-r--r-- | include/LibreOfficeKit/LibreOfficeKit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKit.h b/include/LibreOfficeKit/LibreOfficeKit.h index 9c746348eac9..9fb5ace2cb3c 100644 --- a/include/LibreOfficeKit/LibreOfficeKit.h +++ b/include/LibreOfficeKit/LibreOfficeKit.h @@ -76,7 +76,7 @@ struct _LibreOfficeKitDocumentClass LibreOfficeKitDocumentType (*getDocumentType) (LibreOfficeKitDocument* pThis); // Part refers to either indivual sheets in a Spreadsheet, or slides - // in a Slideshow, and has no relevance for wrtier documents. + // in a Slideshow, and has no relevance for writer documents. int (*getParts) (LibreOfficeKitDocument* pThis); int (*getPart) (LibreOfficeKitDocument* pThis); |