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

New commits:
commit 2a8edb215d2de8d39e727d25a70e16486d3fba79
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Jul 22 13:16:17 2020 +0200
Commit:     Andras Timar <andras.ti...@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.ti...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to