[LyX/master] Oops.

Juergen Spitzmueller spitz at lyx.org
Wed Feb 16 11:45:00 UTC 2022


commit 1888a2ccb5a7606a06a11a177c6202fe4f041aea
Author: Juergen Spitzmueller <spitz at lyx.org>
Date:   Wed Feb 16 13:17:30 2022 +0100

    Oops.
---
 src/LaTeX.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/LaTeX.cpp b/src/LaTeX.cpp
index 9cfd735..7734b02 100644
--- a/src/LaTeX.cpp
+++ b/src/LaTeX.cpp
@@ -588,8 +588,8 @@ int LaTeX::runMakeIndex(string const & f, OutputParams const & rp,
 int LaTeX::runMakeIndexNomencl(FileName const & fname,
 		string const & nlo, string const & nls)
 {
-	LYXERR(Debug::LATEX, "Running Nocmenclature Processor.");
-	message(_("Running Nocmenclature Processor."));
+	LYXERR(Debug::LATEX, "Running Nomenclature Processor.");
+	message(_("Running Nomenclature Processor."));
 	string tmp = lyxrc.nomencl_command + ' ';
 	// onlyFileName() is needed for cygwin
 	tmp += quoteName(onlyFileName(changeExtension(fname.absFileName(), nlo)));


More information about the lyx-cvs mailing list