mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-21 17:51:03 +00:00
Fix typos in filetools.cpp.
This commit is contained in:
parent
82ea3d67ec
commit
769578eac6
@ -1093,7 +1093,7 @@ cmd_ret const runCommand(string const & cmd)
|
||||
|
||||
// (Claus Hentschel) Check if popen was successful ;-)
|
||||
if (!inf) {
|
||||
lyxerr << "RunCommand:: could not start child process" << endl;
|
||||
lyxerr << "RunCommand: could not start child process" << endl;
|
||||
return { false, string() };
|
||||
}
|
||||
|
||||
@ -1125,7 +1125,7 @@ cmd_ret const runCommand(string const & cmd)
|
||||
#endif
|
||||
|
||||
if (!valid)
|
||||
perror("RunCommand:: could not terminate child process");
|
||||
perror("RunCommand: could not terminate child process");
|
||||
|
||||
return { valid, result };
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user