From: Juergen Spitzmueller Date: Sat, 14 Dec 2013 14:09:23 +0000 (+0100) Subject: Fix typo X-Git-Tag: 2.1.0rc1~334 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ed1ef9d7403352df216bfc32afef761afd3f2702;p=features.git Fix typo --- 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";