[Libreoffice-commits] core.git: vcl/unx
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jun 27 08:58:30 UTC 2019
vcl/unx/generic/fontmanager/fontsubst.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a294457eb95e60028539b6783abac78b56561fe2
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Jun 26 21:44:57 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
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;
More information about the Libreoffice-commits
mailing list