summaryrefslogtreecommitdiffstats
path: root/src/translator.h
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-11-12 05:49:54 (GMT)
committerJosh Soref <jsoref@users.noreply.github.com>2019-11-12 05:49:54 (GMT)
commit8598cc1347fcdb05b08b1347b86490aee6b11275 (patch)
tree9271215ba246161dac7af8228d5247b6533723a3 /src/translator.h
parent5f9161ea079259971d779ae05e62f7d84800d069 (diff)
downloadDoxygen-8598cc1347fcdb05b08b1347b86490aee6b11275.zip
Doxygen-8598cc1347fcdb05b08b1347b86490aee6b11275.tar.gz
Doxygen-8598cc1347fcdb05b08b1347b86490aee6b11275.tar.bz2
spelling: inserted
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 ""; }