vcl/source/font/PhysicalFontFace.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 493acfe9190d86f148da0a6c9c2192f0ae948fed Author: Andrea Gelmini <[email protected]> AuthorDate: Sat Feb 21 23:32:52 2026 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Feb 26 18:26:45 2026 +0100 Fix typo Change-Id: I8058f79d76ab440f960a2e4fc14405f24183e02b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199969 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/vcl/source/font/PhysicalFontFace.cxx b/vcl/source/font/PhysicalFontFace.cxx index 2402d5b23e06..f3c591a5545b 100644 --- a/vcl/source/font/PhysicalFontFace.cxx +++ b/vcl/source/font/PhysicalFontFace.cxx @@ -477,7 +477,7 @@ bool PhysicalFontFace::CreateFontSubset(std::vector<sal_uInt8>& rOutBuffer, hb_subset_input_pin_axis_location(pInput, pHbFace, rVariation.tag, rVariation.value); } - // Perform the subsettting + // Perform the subsetting hb_face_t* pSubsetFace = hb_subset_or_fail(pHbFace, pInput); comphelper::ScopeGuard aSubsetFaceGuard([&]() { hb_face_destroy(pSubsetFace); }); if (!pSubsetFace)
