From c6883d467c7d977cf3ad84904c1f6afb009ab3a0 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Mon, 2 May 2016 15:25:08 +0900 Subject: [PATCH] Fix typo Change-Id: Ib8e891f3af7a9de87c54bc65be98d94a16545d71 --- starmath/source/cursor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {