]> sjero.net Git - wget/commitdiff
doc: fix typo.
authorNoèl Köthe <noel@debian.org>
Thu, 28 Jul 2011 11:16:32 +0000 (13:16 +0200)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Thu, 28 Jul 2011 11:16:32 +0000 (13:16 +0200)
doc/ChangeLog
doc/wget.texi

index 5273f6235cce81c6188a69e600b01637030f270a..e0ee7d39d8c625f2ad2db10a3469129e3d04470a 100644 (file)
@@ -1,3 +1,7 @@
+2011-07-28  Noèl Köthe  <noel@debian.org> (tiny change)
+
+       * wget.texi (HTTP Options): Fix typo.
+
 2011-07-26  Giuseppe Scrivano  <giuseppe@southpole.se>
 
        * wget.info (cookies): Remove reference to --cookies.
index 8706fb2c89cc4dca103ac293760af335db58b79f..7c2a69dd3cc86069cabebb7c7606fdbd31bae955 100644 (file)
@@ -1445,7 +1445,7 @@ data, whereas @samp{--post-file} sends the contents of @var{file}.
 Other than that, they work in exactly the same way. In particular,
 they @emph{both} expect content of the form @code{key1=value1&key2=value2},
 with percent-encoding for special characters; the only difference is
-that one expects its content as a command-line paramter and the other
+that one expects its content as a command-line parameter and the other
 accepts its content from a file. In particular, @samp{--post-file} is
 @emph{not} for transmitting files as form attachments: those must
 appear as @code{key=value} data (with appropriate percent-coding) just