diff --git a/starmath/source/cursor.cxx b/starmath/source/cursor.cxx index 61094fdcf5a5..5146600fbbcd 100644 --- a/starmath/source/cursor.cxx +++ b/starmath/source/cursor.cxx @@ -811,7 +811,7 @@ bool SmCursor::InsertRow() { int nTableIndex = nParentIndex; if(pLineParent->GetType() == NTABLE) pTable = static_cast(pLineParent); - //If it's warped in a SmLineNode, we can still insert a newline + //If it's wrapped in a SmLineNode, we can still insert a newline else if(pLineParent->GetType() == NLINE && pLineParent->GetParent() && pLineParent->GetParent()->GetType() == NTABLE) {