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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Nov 5 22:18:10 UTC 2018


 sw/source/core/layout/fly.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6896f39ffd8a6c4b32b8f601a6a93678247456bd
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Nov 5 15:06:59 2018 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Nov 5 23:17:06 2018 +0100

    Fix typos
    
    Change-Id: I4a5ef0b6c490e34f7a4bef82e4b173ec7191dcf3
    Reviewed-on: https://gerrit.libreoffice.org/62398
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sw/source/core/layout/fly.cxx b/sw/source/core/layout/fly.cxx
index af697e9b9030..41e2292d4dc4 100644
--- a/sw/source/core/layout/fly.cxx
+++ b/sw/source/core/layout/fly.cxx
@@ -166,8 +166,8 @@ SwFlyFrame::SwFlyFrame( SwFlyFrameFormat *pFormat, SwFrame* pSib, SwFrame *pAnch
 void SwFlyFrame::Chain( SwFrame* _pAnch )
 {
     // Connect to chain neighbours.
-    // No problem, if a neighboor doesn't exist - the construction of the
-    // neighboor will make the connection
+    // No problem, if a neighbor doesn't exist - the construction of the
+    // neighbor will make the connection
     const SwFormatChain& rChain = GetFormat()->GetChain();
     if ( rChain.GetPrev() || rChain.GetNext() )
     {


More information about the Libreoffice-commits mailing list