summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-09 22:55:28 +0100
committerAshod Nakashian <ashnakash@gmail.com>2016-01-10 14:17:20 +0000
commit64d624b65124ac02d8ee59b135593fd9d8eb9067 (patch)
tree772fc0f308549b9416fbcb06bce2bf0e0f5809cc /starmath/inc
parentd61c16966b017abdbebf5ec0c2131de5a91c67f8 (diff)
Fix typos
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/cursor.hxx2
-rw-r--r--starmath/inc/node.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/starmath/inc/cursor.hxx b/starmath/inc/cursor.hxx
index 6962cf5d89c3..761415fb99d0 100644
--- a/starmath/inc/cursor.hxx
+++ b/starmath/inc/cursor.hxx
@@ -329,7 +329,7 @@ private:
/** Patch a line list after modification, merge SmTextNode, remove SmPlaceNode etc.
*
* @param pLineList The line list to patch
- * @param aIter Iterator pointing to the element that needs to be patched with it's previous.
+ * @param aIter Iterator pointing to the element that needs to be patched with its previous.
*
* When the list is patched text nodes before and after aIter will be merged.
* If there's an, in the context, inappropriate SmPlaceNode before or after aIter it will also be
diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx
index c526d96dcdbe..cf6e47212371 100644
--- a/starmath/inc/node.hxx
+++ b/starmath/inc/node.hxx
@@ -528,7 +528,7 @@ public:
*
* This node is used with commands: oper, uoper and boper.
* E.g. in "A boper op B", "op" will be an instance of SmGlyphSpecialNode.
- * "boper" simply inteprets "op", the following token, as an binary operator.
+ * "boper" simply interprets "op", the following token, as an binary operator.
* The command "uoper" interprets the following token as unary operator.
* For these commands an instance of SmGlyphSpecialNode is used for the
* operator token, following the command.