vcl/source/bitmap/BitmapFilterStackBlur.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6a05f8810684024303047ac9105be4ff5ae8c536
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Mar 3 17:50:20 2020 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Wed Mar 4 21:57:57 2020 +0100

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

diff --git a/vcl/source/bitmap/BitmapFilterStackBlur.cxx 
b/vcl/source/bitmap/BitmapFilterStackBlur.cxx
index d88480787b8b..28a0cbc80ffe 100644
--- a/vcl/source/bitmap/BitmapFilterStackBlur.cxx
+++ b/vcl/source/bitmap/BitmapFilterStackBlur.cxx
@@ -476,13 +476,13 @@ void centerExtendBitmap(Bitmap& rBitmap, sal_Int32 
nExtendSize, Color aColor)
 
 /**
  * Implementation of stack blur - a fast Gaussian blur approximation.
- * nRadius - blur radious, valid values are between 2 and 254
+ * nRadius - blur radius, valid values are between 2 and 254
  * bExtend - extend the bitmap in all directions by the radius
  *
  * Stack Blur Algorithm by Mario Klingemann <ma...@quasimondo.com>
  * (http://www.quasimondo.com/StackBlurForCanvas/StackBlurDemo.html)
  *
- * Additionally eferences and implementations:
+ * Additionally references and implementations:
  * - Blur.js by Jacob Kelley
  *   (http://www.blurjs.com)
  * - BlurEffectForAndroidDesign by Nicolas Pomepuy
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to