Browse Source

Fix additional typo, aide->idea

Benjamin Sinkula 8 years ago
parent
commit
e90e6826c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pdf/pdfdocparts.cc

+ 1 - 1
src/pdf/pdfdocparts.cc

@@ -77,7 +77,7 @@ void PdfCommandLineParser::outputSynopsis(Outputter * o) const {
 			"further more the options from the ");
 	o->sectionLink("TOC Options");
 	o->text(" section can also be applied. The table of contents is generated via XSLT which means "
-			"that it can be styled to look however you want it to look. To get an aide of how to "
+			"that it can be styled to look however you want it to look. To get an idea of how to "
 			"do this you can dump the default xslt document by supplying the --dump-default-toc-xsl, and the outline it works on by supplying --dump-outline, see the ");
 	o->sectionLink("Outline Options");
 	o->text(" section.");