From c5e155523ad84b8757db4379496e41e3e3faf781 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 16 Jan 2012 19:50:47 +0000 Subject: typo --- vcl/generic/fontmanager/fontsubst.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/generic') diff --git a/vcl/generic/fontmanager/fontsubst.cxx b/vcl/generic/fontmanager/fontsubst.cxx index 1086531347b0..4f3ec4882b24 100644 --- a/vcl/generic/fontmanager/fontsubst.cxx +++ b/vcl/generic/fontmanager/fontsubst.cxx @@ -152,7 +152,7 @@ bool FcPreMatchSubstititution::FindFontSubstitute( FontSelectPattern &rFontSelDa //Note: see fdo#41556 if you feel compelled to cache the results here, //remember that fontconfig can return e.g. an italic font for a non-italic //input and/or different fonts depending on fontsize, bold, etc settings so - //don't cache just on the name, cache on all the input and be don't just + //don't cache just on the name, cache on all the input and don't just //return the original selection data with the fontname updated rtl::OUString aDummy; const FontSelectPattern aOut = GetFcSubstitute( rFontSelData, aDummy ); -- cgit