]> git.lyx.org Git - lyx.git/blobdiff - src/support/Systemcall.cpp
typo
[lyx.git] / src / support / Systemcall.cpp
index dda23d66bce1d83369ca2d168a30bfbfda04fbf4..a563c13ce7e1cc3afec0a26ea62f109b6d149265 100644 (file)
@@ -226,7 +226,7 @@ int Systemcall::startscript(Starttype how, string const & what, bool process_eve
        }
 
        if (!d.waitWhile(SystemcallPrivate::Running, process_events, 180000)) {
-               LYXERR0("Systemcall: '" << cmd << "' did not finished!");
+               LYXERR0("Systemcall: '" << cmd << "' did not finish!");
                LYXERR0("error " << d.errorMessage());
                LYXERR0("status " << d.exitStatusMessage());
                return 20;