summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-04-26 17:53:50 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-04-28 20:04:35 +0200
commita5d3ee6b985e8efef7146a18dd9b2fb227e5532c (patch)
tree225a8fc2ea67221afac7629cc507c22081677be7 /vcl
parentdd52fdba87d0cfee039cc236b86241708d4e63b8 (diff)
Fix typos
Change-Id: I50a80014addf5fb6a3974139249f45f6a2e67d92 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92939 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'vcl')
-rw-r--r--vcl/quartz/salgdicommon.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/quartz/salgdicommon.cxx b/vcl/quartz/salgdicommon.cxx
index 6489b33d1fd9..51de3820f93d 100644
--- a/vcl/quartz/salgdicommon.cxx
+++ b/vcl/quartz/salgdicommon.cxx
@@ -740,7 +740,7 @@ bool AquaSalGraphics::drawEPS( long nX, long nY, long nWidth, long nHeight,
// create new context
NSGraphicsContext* pDrawNSCtx = [NSGraphicsContext graphicsContextWithCGContext: maContextHolder.get() flipped: IsFlipped()];
- // set it, setCurrentContext also releases the prviously set one
+ // set it, setCurrentContext also releases the previously set one
[NSGraphicsContext setCurrentContext: pDrawNSCtx];
// draw the EPS