diff --git a/changelog b/changelog
index e2ed957..c0a3be1 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+20091015 tpd src/axiom-website/patches.html 20091015.01.tpd.patch
+20091015 tpd src/input/zimmbron.input fix typo
 20091011 tpd src/axiom-website/patches.html 20091011.01.tpd.patch
 20091011 tpd src/interp/wi2.lisp remove makeSimplePredicateOrNil
 20091009 tpd src/axiom-website/patches.html 20091009.06.tpd.patch
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index cec2eea..d975244 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -2149,5 +2149,7 @@ src/interp/clam.lisp cleanup<br/>
 src/interp/slam.lisp cleanup<br/>
 <a href="patches/20091011.01.tpd.patch">20091011.01.tpd.patch</a>
 src/interp/wi2.lisp cleanup<br/>
+<a href="patches/20091015.01.tpd.patch">20091015.01.tpd.patch</a>
+src/input/zimmbron.input fix typo<br/>
  </body>
 </html>
diff --git a/src/input/zimmbron.input.pamphlet b/src/input/zimmbron.input.pamphlet
index 5c06bfb..8159f14 100644
--- a/src/input/zimmbron.input.pamphlet
+++ b/src/input/zimmbron.input.pamphlet
@@ -1783,7 +1783,7 @@ a2 := x^12+2*x^10+151/3*x^8+296/3*x^6+5920/9*x^4+10952/9*x^2+5476/9
 
 \end{chunk}
 This code loops trying to factor the formula.
-\begin{chunk}{*) 
+\begin{chunk}{*}
 --y := operator y
 --y' := D(y x, x)
 --y'' := D(y', x)
