summaryrefslogtreecommitdiff
path: root/vcl/quartz
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-10-30 16:15:26 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-10-30 19:40:40 +0100
commit0ea92ad5332ddb6583c82275071c3be3939ebf28 (patch)
treeed6172aa8b5024d8e6f6b96a91c84d26903a6467 /vcl/quartz
parentd8469be4671d924782b20100c912828d64e4a348 (diff)
Fix typo
Change-Id: I1d00e975eaf85b5233755abefb952ca1eeacbb4e Reviewed-on: https://gerrit.libreoffice.org/62630 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/quartz')
-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 4a8419b8b20d..43714cbae3d3 100644
--- a/vcl/quartz/salgdicommon.cxx
+++ b/vcl/quartz/salgdicommon.cxx
@@ -1401,7 +1401,7 @@ void AquaSalGraphics::GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY )
rDPIX = mnRealDPIX;
rDPIY = mnRealDPIY;
#else
- // This *must* be 96 or else the iOS app will behave very nadly (tiles are scaled wrongly and
+ // This *must* be 96 or else the iOS app will behave very badly (tiles are scaled wrongly and
// don't match each others at their boundaries, and other issues). But *why* it must be 96 I
// have no idea. The commit that changed it to 96 from (the arbitrary) 200 did not say. If you
// know where else 96 is explicitly or implicitly hard-coded, please modify this comment.