svx/source/sdr/contact/viewobjectcontact.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 00ee70be17c1c466674552b59737e39fb785e907
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Nov 22 16:21:41 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Nov 22 19:57:37 2022 +0100

    Fix typo
    
    Change-Id: Ifd1d5baa6e304d370b82e93781abf47da437c766
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143123
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/svx/source/sdr/contact/viewobjectcontact.cxx 
b/svx/source/sdr/contact/viewobjectcontact.cxx
index f3e212ca1599..9831cf3bfd59 100644
--- a/svx/source/sdr/contact/viewobjectcontact.cxx
+++ b/svx/source/sdr/contact/viewobjectcontact.cxx
@@ -445,7 +445,7 @@ drawinglayer::primitive2d::Primitive2DContainer const & 
ViewObjectContact::getPr
     // change, but that is simply not reliable.
     // Note2: I did that once in aw080, the lost CWS, and it worked well enough
     // so that I could remove *all* operator== from all derivations of
-    // BasePrimitive2D, so it can be done again (with the needed ressources)
+    // BasePrimitive2D, so it can be done again (with the needed resources)
     if(mxPrimitive2DSequence != xNewPrimitiveSequence)
     {
         // has changed, copy content

Reply via email to