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

Andrea Gelmini andrea.gelmini at gelma.net
Sun Jan 14 12:30:50 UTC 2018


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

New commits:
commit 61618210f87f57ae21cc39530c9f777d76002a12
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Sun Jan 14 12:04:07 2018 +0100

    Fix typo
    
    Change-Id: Ibab7a1b98e35e6e6f282f83e361f067708e1fdc1
    Reviewed-on: https://gerrit.libreoffice.org/47854
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sw/source/core/doc/docredln.cxx b/sw/source/core/doc/docredln.cxx
index d073d21f5cb5..c8e1caa04e6b 100644
--- a/sw/source/core/doc/docredln.cxx
+++ b/sw/source/core/doc/docredln.cxx
@@ -396,7 +396,7 @@ void SwRedlineTable::LOKRedlineNotification(RedlineNotification nType, SwRangeRe
 
         // When this notify method is called text invalidation is not done yet
         // Calling FillRects updates the text area so invalidation will not run on the correct rects
-        // So we need to do an own invalidation here. It invalidates text frames continging the redlining
+        // So we need to do an own invalidation here. It invalidates text frames containing the redlining
         SwDoc* pDoc = pRedline->GetDoc();
         SwViewShell* pSh;
         if( pDoc && !pDoc->IsInDtor() &&


More information about the Libreoffice-commits mailing list