Description: Fix various typos
Author: Emmanuel Bouthenot <kolter@debian.org>
Forwarded: no
Last-Update: 2014-03-25
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/pdf/pdfarguments.cc
+++ b/src/pdf/pdfarguments.cc
@@ -194,7 +194,7 @@
 
 	extended(true);
  	qthack(false);
-	addarg("output-format",0, "Specify an output format to use pdf or ps, instead of looking at the extention of the output filename", new QStrSetter(s.outputFormat, "format"));
+	addarg("output-format",0, "Specify an output format to use pdf or ps, instead of looking at the extension of the output filename", new QStrSetter(s.outputFormat, "format"));
 
 	addarg("margin-bottom",'B',"Set the page bottom margin", new UnitRealSetter(s.margin.bottom,"unitreal"));
  	addarg("margin-left",'L',"Set the page left margin", new UnitRealSetter(s.margin.left,"unitreal"));
