drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c3b0b6c3ce19ea728907f595e67d8289798d8771 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Jun 20 07:48:24 2025 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Fri Jun 20 08:57:03 2025 +0200 Fix typo Change-Id: Ib50cdbc97e24865baa077442e0dc53fb275bfef6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186727 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx index 127f6819492b..80436df8cbdd 100644 --- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx +++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx @@ -1009,7 +1009,7 @@ void VclMetafileProcessor2D::processFillGraphicPrimitive2D( // to create a single bitmap representation that then // gets used. When not doing this a potentially high // number of BitmapAlphaPrimitive2D will be exported, - // which is not an error but needs too much ressources, + // which is not an error but needs too much resources, // prevents loading of the created PDF for some viewers // and bloats the PDF file.
