From: Jeff Trawick Date: Fri, 3 Apr 2009 18:22:12 +0000 (+0000) Subject: the only "retuned" in the entire server was, alas, not meant to be X-Git-Tag: 2.3.3~734 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=596fa2915720826d2869cd5c8f2706ad6541e1e8;p=thirdparty%2Fapache%2Fhttpd.git the only "retuned" in the entire server was, alas, not meant to be git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@761749 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index 7b5df15c765..b9a20b7662e 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -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 */