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 2011/12/12 20:21:38 UTC

svn commit: r1213381 - /httpd/httpd/trunk/modules/arch/win32/mod_isapi.c

Author: trawick
Date: Mon Dec 12 19:21:37 2011
New Revision: 1213381

URL: http://svn.apache.org/viewvc?rev=1213381&view=rev
Log:
definAtely

Modified:
    httpd/httpd/trunk/modules/arch/win32/mod_isapi.c

Modified: httpd/httpd/trunk/modules/arch/win32/mod_isapi.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/arch/win32/mod_isapi.c?rev=1213381&r1=1213380&r2=1213381&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/arch/win32/mod_isapi.c (original)
+++ httpd/httpd/trunk/modules/arch/win32/mod_isapi.c Mon Dec 12 19:21:37 2011
@@ -878,7 +878,7 @@ static int APR_THREAD_FUNC regfnServerSu
          * is done.
          * WARNING: Microsoft now advertises HSE_REQ_SEND_URL_REDIRECT_RESP
          *          and HSE_REQ_SEND_URL as equivalant per the Jan 2000 SDK.
-         *          They most definately are not, even in their own samples.
+         *          They most definitely are not, even in their own samples.
          */
         apr_table_set (r->headers_out, "Location", buf_data);
         cid->r->status = cid->ecb->dwHttpStatusCode = HTTP_MOVED_TEMPORARILY;