sw/source/filter/md/swmd.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d594fa17a6edfab4f04cd3f5534eb78bfc845933 Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Oct 2 15:54:28 2025 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Thu Oct 2 17:17:49 2025 +0200 Fix typo Change-Id: Iff3d73ee5945d26b482d96582b0635368e3149b3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191793 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/sw/source/filter/md/swmd.cxx b/sw/source/filter/md/swmd.cxx index ccccdd2cb141..6455a1cc0415 100644 --- a/sw/source/filter/md/swmd.cxx +++ b/sw/source/filter/md/swmd.cxx @@ -634,7 +634,7 @@ void SwMarkdownParser::InsertImage(const MDImage& rImg) INetURLObject aGraphicURL(sGrfNm); if (aGraphicURL.GetProtocol() == INetProtocol::Data) { - // 'data:' URL: read that here, initialize aGraphic anc clear sGrfNm. + // 'data:' URL: read that here, initialize aGraphic and clear sGrfNm. std::unique_ptr<SvMemoryStream> pStream = aGraphicURL.getData(); if (pStream) {
