]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix typo.
authorMladen Turk <mturk@apache.org>
Mon, 27 Nov 2006 14:10:46 +0000 (14:10 +0000)
committerMladen Turk <mturk@apache.org>
Mon, 27 Nov 2006 14:10:46 +0000 (14:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@479623 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 33dce05dc834f5360041155fa07acb701801932f..b26a57f4870ae456deb88c2f433db31b9633794f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -80,7 +80,7 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
-   * mod_proxy: Add explicit fushing feature.
+   * mod_proxy: Add explicit flushing feature.
      When Servlet container sends AJP body message with size 0,
      this means that Servlet container has asked for an explicit flush.
      Create flush bucket in that case. This feature has been added