diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 15:28:03 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 15:28:55 +0100 |
commit | 7c7755473e41f28e78dc79b885f8a39783f64699 (patch) | |
tree | 1e807ab11b99e86166454fbd0080109b6e9da4ec /starmath | |
parent | 8655095a4910ca795dfd182e6796d9375727a694 (diff) |
Fix typo "teh" -> "the"
Change-Id: Iacfeb4a0c2bff254e5bcc8d58582994cd0f3993a
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/cursor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/cursor.cxx b/starmath/source/cursor.cxx index cb2e9554fc19..4aa4ed11ff13 100644 --- a/starmath/source/cursor.cxx +++ b/starmath/source/cursor.cxx @@ -293,7 +293,7 @@ void SmCursor::Delete(){ //Take the selected nodes and delete them... SmNodeList::iterator patchIt = TakeSelectedNodesFromList(pLineList); - //Get teh position to set after delete + //Get the position to set after delete PosAfterDelete = PatchLineList(pLineList, patchIt); //Finish editing |