From: Georg Baum Date: Sun, 16 Nov 2014 11:40:23 +0000 (+0100) Subject: Fix typo X-Git-Tag: 2.2.0alpha1~1539 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e7a8f63e1bd14e78b28d1d710b5e071427dbc96f;p=features.git Fix typo --- diff --git a/src/support/ForkedCalls.cpp b/src/support/ForkedCalls.cpp index 00dca3e858..63307970b8 100644 --- a/src/support/ForkedCalls.cpp +++ b/src/support/ForkedCalls.cpp @@ -381,7 +381,7 @@ int ForkedCall::generateChild() vector::iterator ait = argv.begin(); vector::iterator const aend = argv.end(); lyxerr << "\n\t" << line - << "\n\tInterpretted as:\n\n"; + << "\n\tInterpreted as:\n\n"; for (; ait != aend; ++ait) if (*ait) lyxerr << '\t'<< *ait << '\n';