From 7c7755473e41f28e78dc79b885f8a39783f64699 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 23 Feb 2013 15:28:03 +0100 Subject: Fix typo "teh" -> "the" Change-Id: Iacfeb4a0c2bff254e5bcc8d58582994cd0f3993a --- starmath/source/cursor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starmath') 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 -- cgit