diff --git a/doc/ChangeLog b/doc/ChangeLog
index 5273f623..e0ee7d39 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -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.
diff --git a/doc/wget.texi b/doc/wget.texi
index 8706fb2c..7c2a69dd 100644
--- a/doc/wget.texi
+++ b/doc/wget.texi
@@ -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