diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-11-05 15:06:59 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-11-05 23:17:06 +0100 |
commit | 6896f39ffd8a6c4b32b8f601a6a93678247456bd (patch) | |
tree | c1080e435d64674e1391110eb4a7fe97418782a2 /sw | |
parent | 810b8a14f6d555eb9be0da8c69d67c9a390dcca6 (diff) |
Fix typos
Change-Id: I4a5ef0b6c490e34f7a4bef82e4b173ec7191dcf3
Reviewed-on: https://gerrit.libreoffice.org/62398
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/layout/fly.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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() ) { |