Skip to content

Commit

Permalink
Wrong spelling of word doxygen
Browse files Browse the repository at this point in the history
Corrected spelling Doxgyen -> doxygen and added space for better readability
  • Loading branch information
albert-github committed May 29, 2018
1 parent 63696c0 commit ea4af8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rtfgen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea4af8a

Please sign in to comment.