summaryrefslogtreecommitdiff
path: root/vcl/quartz
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-12-11 21:48:41 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2022-12-12 00:24:53 +0000
commit01c9c971e43782800ebf63acc763a7e7fba096c1 (patch)
treea190392ecd9a5c358491ac13ce42d13041cfb315 /vcl/quartz
parentd0f12a16145b6831a6cecc017a1d9879efb576cc (diff)
Fix typo
Change-Id: Ifd46201254b8a5db1d21d99d469d331688e8731c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143952 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'vcl/quartz')
-rw-r--r--vcl/quartz/salbmp.cxx2
1 files changed, 1 insertions, 1 deletions
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 );