[LyX/master] typo left by codespell

Pavel Sanda sanda at lyx.org
Thu Jun 25 21:43:43 UTC 2020


commit 7a132f4f8cb4642c1a1749b5e1a18e8311c9045e
Author: Pavel Sanda <sanda at lyx.org>
Date:   Fri Jun 26 00:07:03 2020 +0200

    typo left by codespell
---
 src/tex2lyx/Preamble.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tex2lyx/Preamble.cpp b/src/tex2lyx/Preamble.cpp
index 19b0446..875b61a 100644
--- a/src/tex2lyx/Preamble.cpp
+++ b/src/tex2lyx/Preamble.cpp
@@ -1727,7 +1727,7 @@ void Preamble::handle_package(Parser &p, string const & name,
 			    || opt == "subsection")
 				h_multibib = opt;
 			else
-				cerr << "Ignoring unknown refesection value '"
+				cerr << "Ignoring unknown refsection value '"
 				     << opt << "'.";
 		}
 		opt = process_keyval_opt(options, "bibencoding");


More information about the lyx-cvs mailing list