[Libreoffice-commits] core.git: starmath/source

Takeshi Abe tabe at fixedpoint.jp
Mon May 2 06:51:41 UTC 2016


 starmath/source/cursor.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c6883d467c7d977cf3ad84904c1f6afb009ab3a0
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Mon May 2 15:25:08 2016 +0900

    Fix typo
    
    Change-Id: Ib8e891f3af7a9de87c54bc65be98d94a16545d71

diff --git a/starmath/source/cursor.cxx b/starmath/source/cursor.cxx
index 61094fd..5146600 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) {


More information about the Libreoffice-commits mailing list