From e7a8f63e1bd14e78b28d1d710b5e071427dbc96f Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Sun, 16 Nov 2014 12:40:23 +0100 Subject: [PATCH] Fix typo --- src/support/ForkedCalls.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.39.2