summaryrefslogtreecommitdiffstats
path: root/include/LibreOfficeKit
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-12-17 17:20:43 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-12-17 18:19:45 +0100
commitb523838ecd07b3e6694a3b761b6848a209c5bfb9 (patch)
tree733736713f0e54da0b14624924aef3f536cedfd5 /include/LibreOfficeKit
parentFix typos (diff)
downloadcore-b523838ecd07b3e6694a3b761b6848a209c5bfb9.tar.gz
core-b523838ecd07b3e6694a3b761b6848a209c5bfb9.zip
Fix typos
Change-Id: I363cd336389865a9aae3a5d7eb9bbbb2919a3bd9 Reviewed-on: https://gerrit.libreoffice.org/85316 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/LibreOfficeKit')
-rw-r--r--include/LibreOfficeKit/LibreOfficeKitEnums.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitEnums.h b/include/LibreOfficeKit/LibreOfficeKitEnums.h
index e162620403f5..e1321898bd2d 100644
--- a/include/LibreOfficeKit/LibreOfficeKitEnums.h
+++ b/include/LibreOfficeKit/LibreOfficeKitEnums.h
@@ -134,9 +134,9 @@ typedef enum
* Old format is the same as LOK_CALLBACK_INVALIDATE_TILES.
* New format is a JSON with 3 elements the 'viewId' element represented by
* an integer value, a 'rectangle' element in the format "x, y, width, height",
- * and a 'mispelledWord' element represented by an integer value: '1' when
- * a mispelled word is at the cursor position, '0' when the word is
- * not mispelled.
+ * and a 'misspelledWord' element represented by an integer value: '1' when
+ * a misspelled word is at the cursor position, '0' when the word is
+ * not misspelled.
*/
LOK_CALLBACK_INVALIDATE_VISIBLE_CURSOR = 1,
/**