vcl/quartz/salbmp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 01c9c971e43782800ebf63acc763a7e7fba096c1 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sun Dec 11 21:48:41 2022 +0100 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Mon Dec 12 00:24:53 2022 +0000 Fix typo Change-Id: Ifd46201254b8a5db1d21d99d469d331688e8731c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143952 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> 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 );