commit e7a8f63e1bd14e78b28d1d710b5e071427dbc96f Author: Georg Baum <b...@lyx.org> Date: Sun Nov 16 12:40:23 2014 +0100
Fix typo diff --git a/src/support/ForkedCalls.cpp b/src/support/ForkedCalls.cpp index 00dca3e..6330797 100644 --- a/src/support/ForkedCalls.cpp +++ b/src/support/ForkedCalls.cpp @@ -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';