summaryrefslogtreecommitdiffstats
path: root/modules/arch
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2011-12-12 20:21:37 +0100
committerJeff Trawick <trawick@apache.org>2011-12-12 20:21:37 +0100
commit47b58a49e054be365f48adaf4e68c406a3d74768 (patch)
tree5d551a7f2f7eb503ff224f3e2ec6820054a31558 /modules/arch
parentStreamline TLS session ticket key handling (added in r1200040): (diff)
downloadapache2-47b58a49e054be365f48adaf4e68c406a3d74768.tar.xz
apache2-47b58a49e054be365f48adaf4e68c406a3d74768.zip
definAtely
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1213381 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/arch')
-rw-r--r--modules/arch/win32/mod_isapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/arch/win32/mod_isapi.c b/modules/arch/win32/mod_isapi.c
index fd2f1f7f8b..d77ff6882f 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;