svx/source/sdr/primitive2d/sdrdecompositiontools.cxx |    4 ++--
 sw/source/core/text/itrcrsr.cxx                      |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit c08d71a0e0015ec7857335b68a354df04fa04a0c
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Jun 24 16:48:58 2022 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Jun 24 18:59:08 2022 +0200

    Fix typos
    
    Change-Id: I48d173ab697425bcff663f7f7d0bbc404a950bb2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136402
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx 
b/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx
index 331fe74b99dc..fba547f92cbb 100644
--- a/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx
+++ b/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx
@@ -332,10 +332,10 @@ void SlideBackgroundFillPrimitive2D::get2DDecomposition(
     }
 
     // tdf#149650 allow remember/detect of potential recursion for content 
creation.
-    // use a std::set association - instead of a single bool or adress - due 
to the
+    // use a std::set association - instead of a single bool or address - due 
to the
     // possibility of multiple SlideBackgroundFillPrimitive2D's being used at 
the same
     // refresh. Also possible would be a local member (bool), but that just 
makes the
-    // class more complicated. Working wth the adress is not a problem here 
since below
+    // class more complicated. Working with the address is not a problem here 
since below
     // it reliably gets added/removed while being incarnated only.
     static std::set<const SlideBackgroundFillPrimitive2D*> 
potentiallyActiveRecursion;
 
diff --git a/sw/source/core/text/itrcrsr.cxx b/sw/source/core/text/itrcrsr.cxx
index ff92ab18c7e4..88679296a951 100644
--- a/sw/source/core/text/itrcrsr.cxx
+++ b/sw/source/core/text/itrcrsr.cxx
@@ -402,7 +402,7 @@ void SwTextCursor::CtorInitTextCursor( SwTextFrame 
*pNewFrame, SwTextSizeInfo *p
 }
 
 // tdf#120715 tdf#43100: Make width for some HolePortions, so cursor will be 
able to move into it.
-// It sould not change the layout, so this should be called after the layout 
is calculated.
+// It should not change the layout, so this should be called after the layout 
is calculated.
 void SwTextCursor::AddExtraBlankWidth()
 {
     SwLinePortion* pPos = m_pCurr->GetNextPortion();

Reply via email to