drawinglayer/source/tools/converters.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3b62c0018106adf493246cf129a4ff8b47067523 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Sep 7 13:25:09 2022 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Wed Sep 7 18:05:27 2022 +0200 Fix typo Change-Id: I4f4133ca077d69e3238aba809cd758455918bc39 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139586 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> 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
