summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-05-02 15:25:08 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2016-05-02 15:49:47 +0900
commitc6883d467c7d977cf3ad84904c1f6afb009ab3a0 (patch)
treeb2d744825f43641a3abfa92717d55116da23410a /starmath
parent74a1b26ffb576205bbdc5e94aeb503306eb6aabc (diff)
Fix typo
Change-Id: Ib8e891f3af7a9de87c54bc65be98d94a16545d71
Diffstat (limited to 'starmath')
-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 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<SmTableNode*>(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) {