X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChktex.cpp;h=2db47b44c5b6968085dec793f09f11f8654293fc;hb=313d9fa4d056ed213607500076c1bd391a563b6d;hp=ac4599ddd039df22ea8d186f3b4a53d4f5fe588b;hpb=0d806799aaef65b12a9b75e8c49c2613c68d5ac2;p=lyx.git diff --git a/src/Chktex.cpp b/src/Chktex.cpp index ac4599ddd0..2db47b44c5 100644 --- a/src/Chktex.cpp +++ b/src/Chktex.cpp @@ -40,10 +40,10 @@ int Chktex::run(TeXErrors &terr) Systemcall one; int result = one.startscript(Systemcall::Wait, tmp); // ChkTeX (as of v. 1.7.7) has the following return values: - // 0 = EXIT_SUCCESS : program run successfully, nothing to report - // 1 = EXIT_FAILURE : program run unsucessfully - // 2 = EXIT_WARNINGS : program run successfully, only warnings to report - // 3 = EXIT_ERRORS : program run successfully, errors to report + // 0 = EXIT_SUCCESS : program ran successfully, nothing to report + // 1 = EXIT_FAILURE : program ran unsucessfully + // 2 = EXIT_WARNINGS : program ran successfully, only warnings to report + // 3 = EXIT_ERRORS : program ran successfully, errors to report // We only check for EXIT_FAILURE here, since older versions of ChkTeX // returned 0 also in case 2 and 3. if (result == EXIT_FAILURE)