amother typo fix, Daniel
diff --git a/doc/encoding.html b/doc/encoding.html
index 35a714f..b42b478 100644
--- a/doc/encoding.html
+++ b/doc/encoding.html
@@ -220,7 +220,7 @@
 <?xml version="1.0" encoding="UnsupportedEnc"?>
                                              ^</pre>
 </li>
-<li>From that point the encoder processes progressingly the input (it is
+<li>From that point the encoder processes progressively the input (it is
     plugged as a front-end to the I/O module) for that entity. It captures
     and convert on-the-fly the document to be parsed to UTF-8. The parser
     itself just does UTF-8 checking of this input and process it
diff --git a/doc/xml.html b/doc/xml.html
index edc8fe1..6815e46 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -2323,7 +2323,7 @@
 &lt;?xml version="1.0" encoding="UnsupportedEnc"?&gt;
                                              ^</pre>
   </li>
-  <li>From that point the encoder processes progressingly the input (it is
+  <li>From that point the encoder processes progressively the input (it is
     plugged as a front-end to the I/O module) for that entity. It captures
     and convert on-the-fly the document to be parsed to UTF-8. The parser
     itself just does UTF-8 checking of this input and process it