diff --git a/components/lazreport/source/addons/lrFclPDFExport/lr_e_fclpdf.pas b/components/lazreport/source/addons/lrFclPDFExport/lr_e_fclpdf.pas index b4f3c06c7e..4d26afcbd7 100644 --- a/components/lazreport/source/addons/lrFclPDFExport/lr_e_fclpdf.pas +++ b/components/lazreport/source/addons/lrFclPDFExport/lr_e_fclpdf.pas @@ -372,7 +372,7 @@ end; begin if gTTFontCache.Count = 0 then begin - gTTFontCache.BuildFontFacheIgnoresErrors:=true; + gTTFontCache.BuildFontCacheIgnoresErrors:=true; CreateFontDirList; gTTFontCache.BuildFontCache; end;