diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-07-22 13:16:17 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2020-07-22 15:37:48 +0200 |
commit | 2a8edb215d2de8d39e727d25a70e16486d3fba79 (patch) | |
tree | 4143130f67759ef59ec12504630aef1846890255 /vcl | |
parent | b710a098c836a68afe41af3b69679756918e1991 (diff) |
Fix typo
Change-Id: I8f88c7f055534a8673e89a9bb23a3fe2e85b1dbd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99215
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/headless/svpinst.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |