diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-30 12:21:39 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 10:34:17 +0000 |
commit | f45ac62a20b80033a7f5ccdef4a6c116b6fece24 (patch) | |
tree | 960048ceaaa7a874d88a804b2dbec76ae26c910e /starmath/inc/caret.hxx | |
parent | e90848edfd8cb146ab4e11eb2e62c93ed344d62f (diff) |
Fix typos
Change-Id: I89ff6d31662824d83961d6457b82db8d8031168c
Reviewed-on: https://gerrit.libreoffice.org/18977
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'starmath/inc/caret.hxx')
-rw-r--r-- | starmath/inc/caret.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/caret.hxx b/starmath/inc/caret.hxx index fcd6823f089e..d7f7b9efa3bb 100644 --- a/starmath/inc/caret.hxx +++ b/starmath/inc/caret.hxx @@ -333,7 +333,7 @@ private: * As the placement of caret positions depends very much on the context within which a node * appears it is not trivial to find all caret positions and determine which follows which. * In OpenOffice Math this is done by the SmCaretPosGraphBuildingVisitor. This visitor builds - * graph (an instnce of SmCaretPosGraph) over the caret positions. For details on how this + * graph (an instance of SmCaretPosGraph) over the caret positions. For details on how this * 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 |