vcl/unx/generic/glyphs/freetype_glyphcache.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 92005089a7312539b45c993cef70d6c27c9953a4 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Jan 14 16:58:02 2026 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Jan 15 00:27:15 2026 +0100 Fix typo Change-Id: If418742d593652653b092693ad53057e433f2b42 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197284 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> Reviewed-by: Simon Chenery <[email protected]> diff --git a/vcl/unx/generic/glyphs/freetype_glyphcache.cxx b/vcl/unx/generic/glyphs/freetype_glyphcache.cxx index 8490efe0f935..b2d47f717ed3 100644 --- a/vcl/unx/generic/glyphs/freetype_glyphcache.cxx +++ b/vcl/unx/generic/glyphs/freetype_glyphcache.cxx @@ -188,7 +188,7 @@ namespace // Unlike on Unixes, we can't pass a NULL module parameter to // osl_getAsciiFunctionSymbol(), i.e. GetProcAddress(), and // have it look through all modules loaded, like dlsym() does. - // Instead, we "know" that FT_Done_MM_Var will wither be in + // Instead, we "know" that FT_Done_MM_Var will either be in // mergedlo.dll or vcllo.dll. void(*func)(FT_Library, FT_MM_Var*) = nullptr; oslModule module;
