Description: Fix some typos.
Author: Emmanuel Bouthenot <kolter@openics.org>
Forwarded: not-needed
Last-Update: 2010-05-26
--- a/src/arguments.cc
+++ b/src/arguments.cc
@@ -499,7 +499,7 @@
 	addarg("cookie-jar", 0, "Read and write cookies from and to the supplied cookie jar file", new QStrSetter(s.cookieJar, "path", "") );
 	addarg("cookie",0,"Set an additional cookie (repeatable)", new MapSetter<>(s.cookies, "name", "value"));
 	addarg("post", 0, "Add an additional post field (repeatable)", new MapSetter<PostItemCreator<false> >(s.post, "name", "value"));
-	addarg("post-file", 0, "Post an aditional file (repeatable)", new MapSetter<PostItemCreator<true> >(s.post, "name", "path"));
+	addarg("post-file", 0, "Post an additional file (repeatable)", new MapSetter<PostItemCreator<true> >(s.post, "name", "path"));
 	addarg("title", 0, "The title of the generated pdf file (The title of the first document is used if not specified)", new QStrSetter(s.documentTitle,"text",""));
 	addarg("disallow-local-file-access", 0, "Do not allowed conversion of a local file to read in other local files, unless explecitily allowed with --allow", new ConstSetter<bool>(s.blockLocalFileAccess, true, false));
 	addarg("allow", 0, "Allow the file or files from the specified folder to be loaded (repeatable)", new StringListSetter(s.allowed,"path"));
--- a/README
+++ b/README
@@ -103,7 +103,7 @@
     --page-width <unitreal>           Page width  (default unit millimeter)
     --password <password>             HTTP Authentication password
     --post <name> <value>             Add an additional post field (repeatable)
-    --post-file <name> <path>         Post an aditional file (repeatable)
+    --post-file <name> <path>         Post an additional file (repeatable)
     --print-media-type *              Use print media-type instead of screen
 -p, --proxy <proxy>                   Use a proxy
 -q, --quiet                           Be less verbose
