]> granicus.if.org Git - apache/commitdiff
definAtely
authorRainer Jung <rjung@apache.org>
Tue, 31 Jan 2012 11:53:02 +0000 (11:53 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 31 Jan 2012 11:53:02 +0000 (11:53 +0000)
Backport of r1213381 from trunk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238407 13f79535-47bb-0310-9956-ffa450edef68

modules/arch/win32/mod_isapi.c

index fd2f1f7f8b24170d88621e907f4aa460b048ccb7..d77ff6882f24efcce80851804b1fec5f8cca9a05 100644 (file)
@@ -878,7 +878,7 @@ static int APR_THREAD_FUNC regfnServerSupportFunction(isapi_cid    *cid,
          * 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;