mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35973 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fb38c83abc
commit
5075f0f25f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user