summaryrefslogtreecommitdiffstats
path: root/starmath/source/cursor.cxx
diff options
context:
space:
mode:
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 a869b4ab045b..f8a7ef9cb6d9 100644
--- a/starmath/source/cursor.cxx
+++ b/starmath/source/cursor.cxx
@@ -263,7 +263,7 @@ void SmCursor::Delete(){
SmStructureNode* pLineParent = pLine->GetParent();
//Find line offset in parent
int nLineOffset = pLineParent->IndexOfSubNode(pLine);
- OSL_ENSURE(nLineOffset != -1, "pLine must be a child of it's parent!");
+ OSL_ENSURE(nLineOffset != -1, "pLine must be a child of its parent!");
//Position after delete
SmCaretPos PosAfterDelete;