From 25fc26446b82fe52252ac2a65595c48cf6522c90 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Wed, 27 Jun 2007 14:50:50 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18911 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/output_latex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/output_latex.cpp b/src/output_latex.cpp index 10a4191c03..a6a48d3da6 100644 --- a/src/output_latex.cpp +++ b/src/output_latex.cpp @@ -613,7 +613,7 @@ int switchEncoding(odocstream & os, BufferParams const & bparams, // FIXME We ignore encoding switches from/to encodings that do // neither support the inputenc package nor the CJK package here. // This does of course only work in special cases (e.g. switch from - // tis620-0 to latin1, but the text in latin1 contains ASCII only, + // tis620-0 to latin1, but the text in latin1 contains ASCII only), // but it is the best we can do if (oldEnc.package() == Encoding::none || newEnc.package() == Encoding::none) -- 2.39.5