From 3b62c0018106adf493246cf129a4ff8b47067523 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 7 Sep 2022 13:25:09 +0200 Subject: Fix typo Change-Id: I4f4133ca077d69e3238aba809cd758455918bc39 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139586 Tested-by: Jenkins Reviewed-by: Julien Nabet --- drawinglayer/source/tools/converters.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drawinglayer') diff --git a/drawinglayer/source/tools/converters.cxx b/drawinglayer/source/tools/converters.cxx index 6139fb296d71..84294b24af26 100644 --- a/drawinglayer/source/tools/converters.cxx +++ b/drawinglayer/source/tools/converters.cxx @@ -78,7 +78,7 @@ namespace drawinglayer // Create target VirtualDevice. Use a VirtualDevice in the Alpha-mode. // This creates the needed alpha channel 'in parallel'. It is not // cheaper though since the VDev in that mode internally uses two VDevs, - // so ressoure-wise it's more expensive, speed-wise pretty much the same + // so resource-wise it's more expensive, speed-wise pretty much the same // (the former two-path rendering created content & alpha separately in // two runs). The former method always created the correct Alpha, but // when transparent geometry was involved, the created content was -- cgit