[LyX/master] typo left by codespell
Jean-Marc Lasgouttes
lasgouttes at lyx.org
Thu Jun 25 22:26:01 UTC 2020
Le 25/06/2020 à 23:43, Pavel Sanda a écrit :
> commit 7a132f4f8cb4642c1a1749b5e1a18e8311c9045e
> Author: Pavel Sanda <sanda at 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");
>
More information about the lyx-devel
mailing list