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

Miklos Vajna vmiklos at collabora.co.uk
Wed Apr 23 01:20:09 PDT 2014


 sw/source/core/layout/ftnfrm.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 92aab82bbb0f3089a9d7cd4911c8a7318f4f30d2
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Wed Apr 23 10:19:11 2014 +0200

    dealine -> deadline
    
    Change-Id: Icb4d18901caf020a61e516787a1553c3bd82327f

diff --git a/sw/source/core/layout/ftnfrm.cxx b/sw/source/core/layout/ftnfrm.cxx
index a39db61..51dd901 100644
--- a/sw/source/core/layout/ftnfrm.cxx
+++ b/sw/source/core/layout/ftnfrm.cxx
@@ -2782,7 +2782,7 @@ SwSaveFtnHeight::SwSaveFtnHeight( SwFtnBossFrm *pBs, const SwTwips nDeadLine ) :
 
 SwSaveFtnHeight::~SwSaveFtnHeight()
 {
-    // If somebody tweaked the dealine meanwhile, we let it happen
+    // If somebody tweaked the deadline meanwhile, we let it happen
     if ( nNewHeight == pBoss->GetMaxFtnHeight() )
         pBoss->nMaxFtnHeight = nOldHeight;
 }


More information about the Libreoffice-commits mailing list