Skip to content

Commit

Permalink
Fix typo in table of content extended help
Browse files Browse the repository at this point in the history
  • Loading branch information
antialize committed Mar 16, 2012
1 parent 277408a commit 5b9bfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pdf/pdfdocparts.cc
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ void PdfCommandLineParser::outputHeaderFooterDoc(Outputter * o) const {

void PdfCommandLineParser::outputTableOfContentDoc(Outputter * o) const {
o->beginSection("Table Of Content");
o->paragraph("A table of content can be added to the document by adding a toc object"
o->paragraph("A table of content can be added to the document by adding a toc object "
"to the command line. For example:");
o->verbatim("wkhtmltopdf toc http://doc.trolltech.com/4.6/qstring.html qstring.pdf\n");
o->paragraph("The table of content is generated based on the H tags in the input "
Expand Down

0 comments on commit 5b9bfee

Please sign in to comment.