From 8598cc1347fcdb05b08b1347b86490aee6b11275 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 12 Nov 2019 00:49:54 -0500 Subject: spelling: inserted --- src/translator.h | 4 ++-- 1 file 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 ""; } -- cgit v0.12