]> git.lyx.org Git - features.git/commitdiff
Oops.
authorJuergen Spitzmueller <spitz@lyx.org>
Wed, 16 Feb 2022 12:17:30 +0000 (13:17 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Wed, 16 Feb 2022 12:17:30 +0000 (13:17 +0100)
src/LaTeX.cpp

index 9cfd735470cd74de6e1e164d9d86ac425801a992..7734b02ebc6e56ef26120b840778159feefb28b7 100644 (file)
@@ -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)));