drawinglayer/source/processor2d/vclprocessor2d.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1cb197a3218fa2a01add80994b91f473fd2b331a Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Jul 23 20:24:23 2025 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Jul 26 20:23:28 2025 +0200 Fix typo Change-Id: I609b6a5711899c0d7d444260d5df124f8a1446d5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188248 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/drawinglayer/source/processor2d/vclprocessor2d.cxx b/drawinglayer/source/processor2d/vclprocessor2d.cxx index 7d6c053ef8cd..066472830cad 100644 --- a/drawinglayer/source/processor2d/vclprocessor2d.cxx +++ b/drawinglayer/source/processor2d/vclprocessor2d.cxx @@ -1626,7 +1626,7 @@ VclProcessor2D::VclProcessor2D(const geometry::ViewInformation2D& rViewInformati // number display for arabic/hindi numerals rOutDev.SetDigitLanguage(drawinglayer::detail::getDigitLanguage()); - // NOTE: to save/restore oringinal AntiAliasing mode we need + // NOTE: to save/restore original AntiAliasing mode we need // to use mnOriginalAA here - OutputDevice::Push/Pop does not // offer that }