Le 25/06/2020 à 23:43, Pavel Sanda a écrit :
commit 7a132f4f8cb4642c1a1749b5e1a18e8311c9045e
Author: Pavel Sanda <sa...@lyx.org>
Date:   Fri Jun 26 00:07:03 2020 +0200

     typo left by codespell

Indeed, thanks. It looks like codespell just uses a list of common mistakes.

JMarc

---
  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");


--
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to