diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2018-06-10 08:56:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-10 08:56:04 (GMT) |
commit | 55c4d43e0f7b42b709071b0dd6664ca3a4d26f00 (patch) | |
tree | ab9828c3fd80923c4569b8a0176efdd4565fe04b | |
parent | d86bbe7295209421287d6407cf03ea6a9ba8c8a2 (diff) | |
parent | ea4af8a8579f3a1a9712e13b01a725c61773432b (diff) | |
download | Doxygen-55c4d43e0f7b42b709071b0dd6664ca3a4d26f00.zip Doxygen-55c4d43e0f7b42b709071b0dd6664ca3a4d26f00.tar.gz Doxygen-55c4d43e0f7b42b709071b0dd6664ca3a4d26f00.tar.bz2 |
Merge pull request #748 from albert-github/feature/rtf_output_typo
Wrong spelling of word doxygen
-rw-r--r-- | src/rtfgen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtfgen.cpp b/src/rtfgen.cpp index 50ad813..64da929 100644 --- a/src/rtfgen.cpp +++ b/src/rtfgen.cpp @@ -590,7 +590,7 @@ void RTFGenerator::endIndexSection(IndexSections is) break; case isTitlePageAuthor: { - t << "Doxgyen. }\n"; + t << " doxygen.}\n"; t << "{\\creatim " << dateToRTFDateString() << "}\n}"; DBG_RTF(t << "{\\comment end of infoblock}\n"); // setup for this section |