vcl/quartz/salbmp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8cc9a76bdd94ddc0e20a20f3b312883864f8c346 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Dec 11 21:48:41 2022 +0100 Commit: Xisco Fauli <[email protected]> CommitDate: Thu Dec 29 19:55:03 2022 +0000 Fix typo Change-Id: Ifd46201254b8a5db1d21d99d469d331688e8731c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143952 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <[email protected]> Signed-off-by: Xisco Fauli <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144863 diff --git a/vcl/quartz/salbmp.cxx b/vcl/quartz/salbmp.cxx index cd191482f5aa..05b5093bafc1 100644 --- a/vcl/quartz/salbmp.cxx +++ b/vcl/quartz/salbmp.cxx @@ -123,7 +123,7 @@ bool QuartzSalBitmap::Create( const SkiaSalBitmap& rSalBmp, const SalTwoRect& rP // Ugly but necessary to acquire the bitmap buffer because all of the // SalBitmap instances that callers pass are already const. At least we - // only need to read, not write to the bitmap paramter. + // only need to read, not write to the bitmap parameter. SkiaSalBitmap& rSkiaSalBmp = const_cast<SkiaSalBitmap&>( rSalBmp ); BitmapBuffer *pSrcBuffer = rSkiaSalBmp.AcquireBuffer( BitmapAccessMode::Read );
