]> granicus.if.org Git - apache/commitdiff
definAtely
authorJeff Trawick <trawick@apache.org>
Mon, 12 Dec 2011 19:21:37 +0000 (19:21 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 12 Dec 2011 19:21:37 +0000 (19:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1213381 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;