]> git.lyx.org Git - features.git/commitdiff
Fix typo
authorGeorg Baum <baum@lyx.org>
Sun, 16 Nov 2014 11:40:23 +0000 (12:40 +0100)
committerGeorg Baum <baum@lyx.org>
Sun, 16 Nov 2014 11:40:23 +0000 (12:40 +0100)
src/support/ForkedCalls.cpp

index 00dca3e8587648d3666999e2ca693e70a47bb81d..63307970b881d1213c3097dd8a778fd36936a8f3 100644 (file)
@@ -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';