From 7a132f4f8cb4642c1a1749b5e1a18e8311c9045e Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Fri, 26 Jun 2020 00:07:03 +0200 Subject: [PATCH] typo left by codespell --- src/tex2lyx/Preamble.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tex2lyx/Preamble.cpp b/src/tex2lyx/Preamble.cpp index 19b04462e4..875b61a831 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"); -- 2.39.5