You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2007/02/08 14:46:15 UTC

svn commit: r504892 - in /httpd/httpd/trunk: CHANGES include/ap_mmn.h modules/proxy/CHANGES

Author: jim
Date: Thu Feb  8 05:46:14 2007
New Revision: 504892

URL: http://svn.apache.org/viewvc?view=rev&rev=504892
Log:
Change common but incorrect usage of 'depreciated'
for 'deprecated'

Modified:
    httpd/httpd/trunk/CHANGES
    httpd/httpd/trunk/include/ap_mmn.h
    httpd/httpd/trunk/modules/proxy/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?view=diff&rev=504892&r1=504891&r2=504892
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Thu Feb  8 05:46:14 2007
@@ -77,7 +77,7 @@
      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 @@
      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]

Modified: httpd/httpd/trunk/include/ap_mmn.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_mmn.h?view=diff&rev=504892&r1=504891&r2=504892
==============================================================================
--- httpd/httpd/trunk/include/ap_mmn.h (original)
+++ httpd/httpd/trunk/include/ap_mmn.h Thu Feb  8 05:46:14 2007
@@ -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

Modified: httpd/httpd/trunk/modules/proxy/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/CHANGES?view=diff&rev=504892&r1=504891&r2=504892
==============================================================================
--- httpd/httpd/trunk/modules/proxy/CHANGES (original)
+++ httpd/httpd/trunk/modules/proxy/CHANGES Thu Feb  8 05:46:14 2007
@@ -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.                              *
 ******************************************