]> git.lyx.org Git - features.git/commitdiff
Fix comment
authorJuergen Spitzmueller <spitz@lyx.org>
Thu, 14 Jan 2021 07:57:15 +0000 (08:57 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Thu, 14 Jan 2021 07:57:15 +0000 (08:57 +0100)
src/insets/InsetNomencl.cpp

index 9fd91cfca0ea65263c399928e7ccb73a4aa3b433..1d77826602497d3368268498770be2329ea64a04 100644 (file)
@@ -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.