]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Speling
authorDaniel Earl Poirier <poirier@apache.org>
Wed, 8 Dec 2010 18:05:53 +0000 (18:05 +0000)
committerDaniel Earl Poirier <poirier@apache.org>
Wed, 8 Dec 2010 18:05:53 +0000 (18:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1043562 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index eeed2e7d1184c90f11664dd49e5d5ce9a5b08c26..d49a89eb0f1e59df2c8e67ad76e6100d5eee1d4b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -23,7 +23,7 @@ Patches considered for backport are noted in their branches' STATUS:
 Release history:
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
-    2.2.18  : In maintainance
+    2.2.18  : In maintenance
     2.2.17  : Released October 19, 2010.
     2.2.16  : Released July 25, 2010.
     2.2.15  : Released March 6, 2010.
@@ -205,7 +205,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +1 covener, poirier
 
    * core: honor "AcceptPathInfo OFF" for internal redirects, such as those
-     generated by mod_rewite in per-dir context.  This would be left floating
+     generated by mod_rewrite in per-dir context.  This would be left floating
      around in the request_rec with a pcalloc'ed value, so the core fixup
      hook thought some module had overridden it. PR 50349.
      Trunk patch: http://svn.apache.org/viewvc?rev=1043023&view=rev