Commit 09de8708 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

Change common but incorrect usage of 'depreciated'

for 'deprecated'


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@504892 13f79535-47bb-0310-9956-ffa450edef68
parent 6b0980f4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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]
+1 −1
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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.                              *
******************************************