From: Juergen Spitzmueller Date: Thu, 14 Jan 2021 07:57:15 +0000 (+0100) Subject: Fix comment X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=81af5ac7420818621dd00ed61651892857649b23;p=features.git Fix comment --- diff --git a/src/insets/InsetNomencl.cpp b/src/insets/InsetNomencl.cpp index 9fd91cfca0..1d77826602 100644 --- a/src/insets/InsetNomencl.cpp +++ b/src/insets/InsetNomencl.cpp @@ -398,7 +398,7 @@ docstring nomenclWidest(Buffer const & buffer, OutputParams const & runparams) ParamInfo::HANDLING_LATEXIFY) : docstring(); // strip out % characters which are used as escape in nomencl - // but act as comment in out context here´ + // but act as comment in our context here symbol = subst(symbol, from_ascii("%"), docstring()); // This is only an approximation, // but the best we can get.