]> git.lyx.org Git - lyx.git/commitdiff
typo
authorPeter Kümmel <syntheticpp@gmx.net>
Sun, 13 Dec 2009 09:32:38 +0000 (09:32 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Sun, 13 Dec 2009 09:32:38 +0000 (09:32 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32502 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/Systemcall.cpp

index 3cb420bb518ebd1ccd106206e81c2dae48ed815e..04d7ab9f7245541eeac79433f3abcef5255e21ea 100644 (file)
@@ -109,7 +109,7 @@ int Systemcall::startscript(Starttype how, string const & what, bool process_eve
 
        d.startProcess(cmd);
        if (!d.waitWhile(SystemcallPrivate::Starting, process_events, -1)) {
-               LYXERR0("Systemcall: '" << cmd << " did not start!");
+               LYXERR0("Systemcall: '" << cmd << "' did not start!");
                LYXERR0("error " << d.errorMessage());
                return 10;
        }