diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-08-03 22:58:01 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-08-04 09:11:19 +0200 |
commit | 3466475d09fe72c8eeaca3122d1790b3fe7b6822 (patch) | |
tree | 42fae62e26b3734a480cec00c1d0c39203708487 /starmath | |
parent | 5d516b4cd60dc8a1749f4cba1b6ab2f5ef995fc9 (diff) |
Fix typos
Change-Id: I5ffa6366875d29c8a8bc8273057205c221e04a64
Reviewed-on: https://gerrit.libreoffice.org/58581
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/caret.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/inc/caret.hxx b/starmath/inc/caret.hxx index 90ba2f899bec..327ee1d6ed16 100644 --- a/starmath/inc/caret.hxx +++ b/starmath/inc/caret.hxx @@ -236,7 +236,7 @@ private: * * \subsection caret_positions Caret Positions * - * A caret position in OpenOffice Math is representated by an instance of SmCaretPos. + * A caret position in OpenOffice Math is represented by an instance of SmCaretPos. * That is a caret position is a node and an index related to this node. For most nodes the * index 0, means caret is in front of this node, the index 1 means caret is after this node. * For SmTextNode the index is the caret position after the specified number of characters, @@ -300,7 +300,7 @@ private: * graph is build, and how new methods should be implemented see SmCaretPosGraphBuildingVisitor. * * The result of the SmCaretPosGraphBuildingVisitor is a graph over the caret positions in a - * formula, representated by an instance of SmCaretPosGraph. Each entry (instances of SmCaretPosGraphEntry) + * formula, represented by an instance of SmCaretPosGraph. Each entry (instances of SmCaretPosGraphEntry) * has a pointer to the entry to the left and right of itself. This way we can easily find * the caret position to a right or left of a given caret position. Note each caret position * only appears once in this graph. |