vcl/quartz/salgdicommon.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0ea92ad5332ddb6583c82275071c3be3939ebf28
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Oct 30 16:15:26 2018 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Oct 30 19:40:40 2018 +0100

    Fix typo
    
    Change-Id: I1d00e975eaf85b5233755abefb952ca1eeacbb4e
    Reviewed-on: https://gerrit.libreoffice.org/62630
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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.
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to