From ed1ef9d7403352df216bfc32afef761afd3f2702 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sat, 14 Dec 2013 15:09:23 +0100 Subject: [PATCH] Fix typo --- src/LaTeXFeatures.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LaTeXFeatures.cpp b/src/LaTeXFeatures.cpp index d291f668da..458d07ff61 100644 --- a/src/LaTeXFeatures.cpp +++ b/src/LaTeXFeatures.cpp @@ -856,8 +856,8 @@ string const LaTeXFeatures::getPackages() const // The rest of these packages are somewhat more complicated // than those above. - // The tipa package and its extenstions (tipx, tone) must not - // be loaded with non-TeX font, since fontspec includes the + // The tipa package and its extensions (tipx, tone) must not + // be loaded with non-TeX fonts, since fontspec includes the // respective macros if (mustProvide("tipa") && !params_.useNonTeXFonts) packages << "\\usepackage{tipa}\n"; -- 2.39.5