summaryrefslogtreecommitdiff
path: root/starmath/source/cursor.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 12:52:02 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 12:25:17 +0000
commit25e0872da600c65a08c73c335f0e1ef21b2f00f5 (patch)
tree17bb46a39c838c5932ca7ca6b3d4fa3c19488583 /starmath/source/cursor.cxx
parent7f56e58148602f75b7b5ccccf1860dc65c4620d0 (diff)
Fix typos
Change-Id: I4eda687db6ad8d41e6a28430c76b288510da605d Reviewed-on: https://gerrit.libreoffice.org/35645 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
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 4560d40e221c..86c345d28935 100644
--- a/starmath/source/cursor.cxx
+++ b/starmath/source/cursor.cxx
@@ -857,7 +857,7 @@ bool SmCursor::InsertRow() {
//Finish editing
FinishEdit(pLineList, pLineParent, nParentIndex, PosAfterInsert);
- //FinishEdit is actually used to handle siturations where parent is an instance of
+ //FinishEdit is actually used to handle situations where parent is an instance of
//SmSubSupNode. In this case parent should always be a table or matrix, however, for
//code reuse we just use FinishEdit() here too.
return true;