summaryrefslogtreecommitdiff
path: root/starmath/source/cursor.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-29 16:56:44 +0200
committerAndras Timar <andras.timar@collabora.com>2015-06-30 15:57:12 +0000
commit1a8915ef8302b13b781977209ae1fa41f5f659dc (patch)
treee9215b569101c82e3e94dee17f38b5a1a9f5b3f9 /starmath/source/cursor.cxx
parentf82e6424075cbc5f4a3766f5f6e28314c249f3f0 (diff)
Fix typos
Change-Id: I1c5e4970d4e90bdea68a901294594104de5e189e Reviewed-on: https://gerrit.libreoffice.org/16582 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'starmath/source/cursor.cxx')
-rw-r--r--starmath/source/cursor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/cursor.cxx b/starmath/source/cursor.cxx
index 884987899a7e..fcd71c4c3214 100644
--- a/starmath/source/cursor.cxx
+++ b/starmath/source/cursor.cxx
@@ -1402,7 +1402,7 @@ void SmCursor::FinishEdit(SmNodeList* pLineList,
//The most natural thing to do would be to make the line like this:
//A + B lsub E + C ^ D
//E.g. apply LSUB and LSUP to the first element in pLineList and RSUP
- //and RSUB to the last eleent in pLineList. But how should this act
+ //and RSUB to the last element in pLineList. But how should this act
//for CSUP and CSUB ???
//For this reason and because brackets was faster to implement, this solution
//have been chosen. It might be worth working on the other solution later...