summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-05-07 22:32:14 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-05-08 10:13:02 +0200
commitb23148333b26ecd91074516f788ee0718990b990 (patch)
treeb1d45e122a4e3ae3e3ae10ee5607decfe0748b1e /vcl
parent962bf806f655e3c631bc1b77f8419e5e8fc64c0c (diff)
Fix typo
Change-Id: I8c3d4d467aebbcb1014edb78c21a0e3a58a1884c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93683 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/bitmap/BitmapBasicMorphologyFilter.cxx2
1 files changed, 1 insertions, 1 deletions
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>
{