mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-01 13:40:39 +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 ait = argv.begin();
|
||||||
vector<char *>::iterator const aend = argv.end();
|
vector<char *>::iterator const aend = argv.end();
|
||||||
lyxerr << "<command>\n\t" << line
|
lyxerr << "<command>\n\t" << line
|
||||||
<< "\n\tInterpretted as:\n\n";
|
<< "\n\tInterpreted as:\n\n";
|
||||||
for (; ait != aend; ++ait)
|
for (; ait != aend; ++ait)
|
||||||
if (*ait)
|
if (*ait)
|
||||||
lyxerr << '\t'<< *ait << '\n';
|
lyxerr << '\t'<< *ait << '\n';
|
||||||
|
Loading…
Reference in New Issue
Block a user