summaryrefslogtreecommitdiffstats
path: root/src/translator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator.h')
-rw-r--r--src/translator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/translator.h b/src/translator.h
index ac55911..188b775 100644
--- a/src/translator.h
+++ b/src/translator.h
@@ -51,12 +51,12 @@ class Translator
*/
virtual QCString latexFontenc() { return "T1"; }
/*!
- * Sets the commands to be insered directly after the `\\begin{document}`
+ * Sets the commands to be inserted directly after the `\\begin{document}`
* in the LaTeX document.
*/
virtual QCString latexDocumentPre() { return ""; }
/*!
- * Sets the commands to be insered directly before the `\\end{document}`
+ * Sets the commands to be inserted directly before the `\\end{document}`
* in the LaTeX document.
*/
virtual QCString latexDocumentPost() { return ""; }