From: Jim Jagielski Date: Thu, 8 Feb 2007 13:46:14 +0000 (+0000) Subject: Change common but incorrect usage of 'depreciated' X-Git-Tag: 2.3.0~1911 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9d888295df216a287ff4b1de0c832b2e6b0b61a;p=apache 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 --- diff --git a/CHANGES b/CHANGES index 1621ca7feb..c7536a85ed 100644 --- a/CHANGES +++ b/CHANGES @@ -77,7 +77,7 @@ Changes with Apache 2.3.0 on Win32. PR 40476. [Tom Donovan ] *) 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 , 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] diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 03307d73f9..642926502e 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -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 diff --git a/modules/proxy/CHANGES b/modules/proxy/CHANGES index cca99a90ab..b8e03a1e91 100644 --- a/modules/proxy/CHANGES +++ b/modules/proxy/CHANGES @@ -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. * ******************************************