Fix typos

Change-Id: I4a5ef0b6c490e34f7a4bef82e4b173ec7191dcf3
Reviewed-on: https://gerrit.libreoffice.org/62398
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
diff --git a/sw/source/core/layout/fly.cxx b/sw/source/core/layout/fly.cxx
index af697e9..41e2292 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() )
    {