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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Jul 22 13:38:27 UTC 2020


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

New commits:
commit 2a8edb215d2de8d39e727d25a70e16486d3fba79
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Jul 22 13:16:17 2020 +0200
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Wed Jul 22 15:37:48 2020 +0200

    Fix typo
    
    Change-Id: I8f88c7f055534a8673e89a9bb23a3fe2e85b1dbd
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99215
    Tested-by: Jenkins
    Reviewed-by: Andras Timar <andras.timar at collabora.com>

diff --git a/vcl/headless/svpinst.cxx b/vcl/headless/svpinst.cxx
index 32ce1a352044..0e16d832659d 100644
--- a/vcl/headless/svpinst.cxx
+++ b/vcl/headless/svpinst.cxx
@@ -572,7 +572,7 @@ std::shared_ptr<vcl::BackendCapabilities> SvpSalInstance::GetBackendCapabilities
 {
     auto pBackendCapabilities = SalInstance::GetBackendCapabilities();
 #ifndef IOS
-    // Note: This code is used for iOS, too. Let's not use 32-bit bitmaps with included apha on iOS for now.
+    // Note: This code is used for iOS, too. Let's not use 32-bit bitmaps with included alpha on iOS for now.
     pBackendCapabilities->mbSupportsBitmap32 = true;
 #endif
     return pBackendCapabilities;


More information about the Libreoffice-commits mailing list