]> granicus.if.org Git - apache/commitdiff
Change common but incorrect usage of 'depreciated'
authorJim Jagielski <jim@apache.org>
Thu, 8 Feb 2007 13:46:14 +0000 (13:46 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 8 Feb 2007 13:46:14 +0000 (13:46 +0000)
for 'deprecated'

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@504892 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
include/ap_mmn.h
modules/proxy/CHANGES

diff --git a/CHANGES b/CHANGES
index 1621ca7febbd18794b55fd9239f8fbab983f8b09..c7536a85edfba1c655cd03b6640de7a594d0139d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -77,7 +77,7 @@ Changes with Apache 2.3.0
      on Win32.  PR 40476.  [Tom Donovan <Tom.Donovan acm.org>]
 
   *) The LockFile directive, which specifies the location of
-     the accept() mutex lockfile, is depreciated. Instead, the
+     the accept() mutex lockfile, is deprecated. Instead, the
      AcceptMutex directive now takes an optional lockfile
      location parameter, ala SSLMutex. [Jim Jagielski]
 
@@ -5357,7 +5357,7 @@ Changes with Apache 2.0.26
      and add commonly used audio/x-mpegurl for m3u extensions.        
      [Heiko Recktenwald <uzs106 uni-bonn.de>, Lars Eilebrecht]
 
-  *) Eliminate the depreciated r->content_language, in favor of the array
+  *) Eliminate the deprecated r->content_language, in favor of the array
      r->content_languages introduced many years ago.  Module authors must
      substantially overhaul their modules, so this needs to be upgraded
      if the module still relied on backwards-brokeness.  [William Rowe]
index 03307d73f9e8f1f1652164af95bf64c515825a22..642926502eeaaf9c3dc478410eff56cf30cd71a7 100644 (file)
@@ -46,7 +46,7 @@
  * 20010726   (2.0.22-dev) more big API changes
  * 20010808   (2.0.23-dev) dir d_is_absolute bit introduced, bucket changes, etc
  * 20010825   (2.0.25-dev) removed d_is_absolute, introduced map_to_storage hook
- * 20011002   (2.0.26-dev) removed 1.3-depreciated request_rec.content_language
+ * 20011002   (2.0.26-dev) removed 1.3-deprecated request_rec.content_language
  * 20011127   (2.0.29-dev) bump for postconfig hook change, and removal of
  *                         socket from connection record
  * 20011212   (2.0.30-dev) bump for new used_path_info member of request_rec
index cca99a90ab596a813f28f87c1bbada14df4ca9cd..b8e03a1e91fad8937c66e9c3671d1db27ae70b63 100644 (file)
@@ -2,8 +2,8 @@
 * PLEASE NOTE: Now that development for  *
 * mod_proxy has been folded back into    *
 * the httpd-2.1 tree, this file has      *
-* been depreciated. Proxy changes should *
-* be noted in httpd-2.1's CHANGES file.  *
+* been deprecated. Proxy changes should *
+* be noted in httpd-2.x's CHANGES file.  *
 * This file exists for historical        *
 * purposes.                              *
 ******************************************