diff options
author | albert-github <albert.tests@gmail.com> | 2018-05-29 09:00:54 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2018-05-29 09:00:54 (GMT) |
commit | ea4af8a8579f3a1a9712e13b01a725c61773432b (patch) | |
tree | bc69c7c7e74cd73d4cf9e52e721d89c9032a9430 /src | |
parent | 63696c08425fc1662c5e76280e3cc74fb3769d80 (diff) | |
download | Doxygen-ea4af8a8579f3a1a9712e13b01a725c61773432b.zip Doxygen-ea4af8a8579f3a1a9712e13b01a725c61773432b.tar.gz Doxygen-ea4af8a8579f3a1a9712e13b01a725c61773432b.tar.bz2 |
Wrong spelling of word doxygen
Corrected spelling Doxgyen -> doxygen and added space for better readability
Diffstat (limited to 'src')
-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 9a6f549..bc16a7d 100644 --- a/src/rtfgen.cpp +++ b/src/rtfgen.cpp @@ -575,7 +575,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 |