vcl/unx/generic/fontmanager/fontsubst.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a294457eb95e60028539b6783abac78b56561fe2 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Jun 26 21:44:57 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Thu Jun 27 10:57:29 2019 +0200 Fix typo Change-Id: I52a0e3aaed903f48c39c900a085cee3cb5131fca Reviewed-on: https://gerrit.libreoffice.org/74768 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/vcl/unx/generic/fontmanager/fontsubst.cxx b/vcl/unx/generic/fontmanager/fontsubst.cxx index 3bc44314115d..dc0df7ac9721 100644 --- a/vcl/unx/generic/fontmanager/fontsubst.cxx +++ b/vcl/unx/generic/fontmanager/fontsubst.cxx @@ -147,7 +147,7 @@ bool FcPreMatchSubstitution::FindFontSubstitute(FontSelectPattern &rFontSelData) rCachedFontMap.push_front(value_type(rFontSelData, aOut)); // Fairly arbitrary limit in this case, but I recall measuring max 8 // fonts as the typical max amount of fonts in medium sized documents, so make it - // a fair chunk larger to accomodate weird documents./ + // a fair chunk larger to accommodate weird documents./ if (rCachedFontMap.size() > 256) rCachedFontMap.pop_back(); rFontSelData = aOut; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
