Fix typo.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1763634 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 22e06fb..14f2d8d 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -54,7 +54,7 @@
       </add>
       <fix>
         <bug>60013</bug>: Refactor the previous fix to align the behaviour of
-        the Rewrite Valve with mod_rewite. As part of this, provide an
+        the Rewrite Valve with mod_rewrite. As part of this, provide an
         implementation for the <code>B</code> and <code>NE</code> flags and
         improve the handling for the <code>QSA</code> flag. Includes multiple
         test cases by Santhana Preethiand a patch by Tiago Oliveira. (markt)