[Libreoffice-commits] core.git: vcl/quartz

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Oct 30 18:41:05 UTC 2018


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

New commits:
commit 0ea92ad5332ddb6583c82275071c3be3939ebf28
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Oct 30 16:15:26 2018 +0100
Commit:     Julien Nabet <serval2412 at 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 <serval2412 at 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.


More information about the Libreoffice-commits mailing list