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

New commits:
commit 2254c416261c8001f002067c306c13b32adab5fa
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Jun 10 21:42:29 2024 +0200
Commit:     Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Tue Jun 11 01:40:14 2024 +0200

    Fix typo
    
    Change-Id: I65fa0676119a2e52e23acddc564143cd1e519df1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168647
    Tested-by: Jenkins
    Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>

diff --git a/svx/source/sdr/overlay/overlayselection.cxx 
b/svx/source/sdr/overlay/overlayselection.cxx
index 963546145b46..232d6dcc487b 100644
--- a/svx/source/sdr/overlay/overlayselection.cxx
+++ b/svx/source/sdr/overlay/overlayselection.cxx
@@ -60,7 +60,7 @@ namespace sdr::overlay
             return aRetval;
         }
 
-        // Creates an ORed polygon with all the ranges shriked by 1px
+        // Creates an ORed polygon with all the ranges shrinked by 1px
         // This is used to draw the internal white line in the selection
         static basegfx::B2DPolyPolygon 
impCombineRangesToInternalPolyPolygon(const std::vector< basegfx::B2DRange >& 
rRanges)
         {

Reply via email to