]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
the only "retuned" in the entire server was, alas, not meant to be
authorJeff Trawick <trawick@apache.org>
Fri, 3 Apr 2009 18:22:12 +0000 (18:22 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 3 Apr 2009 18:22:12 +0000 (18:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@761749 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index 7b5df15c765c540e805232c1cb9b2d8e754826cc..b9a20b7662ebab6562d9cb7adeba7ecfb09dc6df 100644 (file)
@@ -419,7 +419,7 @@ AP_DECLARE(void) ap_add_version_component(apr_pool_t *pconf, const char *compone
  */
 AP_DECLARE(const char *) ap_get_server_built(void);
 
-/* non-HTTP status codes retuned by hooks */
+/* non-HTTP status codes returned by hooks */
 
 #define OK 0                   /**< Module has handled this stage. */
 #define DECLINED -1            /**< Module declines to handle */