diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-06-15 12:37:27 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-06-15 12:37:42 +0300 |
commit | a0e10b1e0863b1967ede25053f8e3f1dacf0fbdf (patch) | |
tree | dec2554543ef26edfb74dd6f97de5cc007e72c05 /include/LibreOfficeKit | |
parent | bff9eddb454ca2568bbb4b56c97d223d7188e56b (diff) |
Typo
Change-Id: Ibecfa73dd1b865edba77caf51f5003d1b18692be
Diffstat (limited to 'include/LibreOfficeKit')
-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 bdcc2f0c256f..7038e5fc8cc2 100644 --- a/include/LibreOfficeKit/LibreOfficeKitEnums.h +++ b/include/LibreOfficeKit/LibreOfficeKitEnums.h @@ -119,7 +119,7 @@ typedef enum * document, the status indicator callbacks will arrive to the callback * registered for the LibreOfficeKit (singleton) object, not a * LibreOfficeKitDocument one, because we are in the very progress of - * loading a docuemnt and then constructing a LibreOfficeKitDocument + * loading a document and then constructing a LibreOfficeKitDocument * object. */ LOK_CALLBACK_STATUS_INDICATOR_START, |