[Libreoffice-commits] core.git: vcl/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri May 8 08:13:37 UTC 2020


 vcl/source/bitmap/BitmapBasicMorphologyFilter.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b23148333b26ecd91074516f788ee0718990b990
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu May 7 22:32:14 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri May 8 10:13:02 2020 +0200

    Fix typo
    
    Change-Id: I8c3d4d467aebbcb1014edb78c21a0e3a58a1884c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93683
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/vcl/source/bitmap/BitmapBasicMorphologyFilter.cxx b/vcl/source/bitmap/BitmapBasicMorphologyFilter.cxx
index 581d65e67770..b570b33e6495 100644
--- a/vcl/source/bitmap/BitmapBasicMorphologyFilter.cxx
+++ b/vcl/source/bitmap/BitmapBasicMorphologyFilter.cxx
@@ -139,7 +139,7 @@ template <typename MorphologyOp, int nComponentWidth> struct pass
     }
 };
 
-// Partial specializations for nComponentWidth == 0, using acess' GetColor/SetPixel
+// Partial specializations for nComponentWidth == 0, using access' GetColor/SetPixel
 
 template <typename MorphologyOp> struct pass<MorphologyOp, 0>
 {


More information about the Libreoffice-commits mailing list