diff options
| author | Stefan Fritsch <sf@sfritsch.de> | 2012-02-16 02:47:54 +0100 |
|---|---|---|
| committer | Stefan Fritsch <sf@sfritsch.de> | 2012-02-16 02:47:54 +0100 |
| commit | 212cb6c2dcb419aaa6c848406136ec05e98c8632 (patch) | |
| tree | 3c6f8cc25cde8781809bfeb92ebcadac341b1af4 /modules/arch | |
| parent | e072a2dd866b7cb9f14319b80326a4e7fd16fcdf (diff) | |
| download | apache2-212cb6c2dcb419aaa6c848406136ec05e98c8632.tar.gz | |
Import upstream release candidate 2.4.1upstream/2.4.1
Diffstat (limited to 'modules/arch')
| -rw-r--r-- | modules/arch/win32/mod_isapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/arch/win32/mod_isapi.c b/modules/arch/win32/mod_isapi.c index fd2f1f7f..d77ff688 100644 --- a/modules/arch/win32/mod_isapi.c +++ b/modules/arch/win32/mod_isapi.c @@ -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; |
