You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2009/04/03 20:22:12 UTC

svn commit: r761749 - /httpd/httpd/trunk/include/httpd.h

Author: trawick
Date: Fri Apr  3 18:22:12 2009
New Revision: 761749

URL: http://svn.apache.org/viewvc?rev=761749&view=rev
Log:
the only "retuned" in the entire server was, alas, not meant to be

Modified:
    httpd/httpd/trunk/include/httpd.h

Modified: httpd/httpd/trunk/include/httpd.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/httpd.h?rev=761749&r1=761748&r2=761749&view=diff
==============================================================================
--- httpd/httpd/trunk/include/httpd.h (original)
+++ httpd/httpd/trunk/include/httpd.h Fri Apr  3 18:22:12 2009
@@ -419,7 +419,7 @@
  */
 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 */