Another typo in change log.
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 177c2de..4168fcb 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -22,7 +22,7 @@
 
 <h3>Fixed Bugs</h3>
 <ul>
-  <li>Fixed failure with default methods in in Java 8 interfaces
+  <li>Fixed failure with default methods in Java 8 interfaces
       (GitHub <a href="https://github.com/jacoco/jacoco/issues/201">#201</a>).</li>
   <li>Better interoperability with JMockit, analysis and fix contributed by Rogério
       Liesenfeld (GitHub <a href="https://github.com/jacoco/jacoco/issues/35">#35</a>