]> git.lyx.org Git - features.git/commitdiff
Fix typo
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 14 Dec 2013 14:09:23 +0000 (15:09 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 14 Dec 2013 14:09:23 +0000 (15:09 +0100)
src/LaTeXFeatures.cpp

index d291f668da239afd8cb7dc7f52bfbe5cb11b7bae..458d07ff61c6eec954f6419a69ca0d79555ada18 100644 (file)
@@ -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";