mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix typo
This commit is contained in:
parent
5934827382
commit
e7a8f63e1b
@ -381,7 +381,7 @@ int ForkedCall::generateChild()
|
||||
vector<char *>::iterator ait = argv.begin();
|
||||
vector<char *>::iterator const aend = argv.end();
|
||||
lyxerr << "<command>\n\t" << line
|
||||
<< "\n\tInterpretted as:\n\n";
|
||||
<< "\n\tInterpreted as:\n\n";
|
||||
for (; ait != aend; ++ait)
|
||||
if (*ait)
|
||||
lyxerr << '\t'<< *ait << '\n';
|
||||
|
Loading…
Reference in New Issue
Block a user