summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
authorVeres Lajos <vlajos@gmail.com>2013-04-22 13:41:27 +0100
committerStanislav Malyshev <stas@php.net>2013-06-10 13:36:03 -0700
commited2e84e2394b97f710710c6db0366d739422b0fe (patch)
treefeb0eba79f31425ddb9b50395aa7a508a1bd2665 /sapi
parent7a1e670d762accae231764c83a1ce0d379ef5cad (diff)
downloadphp-git-ed2e84e2394b97f710710c6db0366d739422b0fe.tar.gz
typo fixes (accommodate, parameter)
Diffstat (limited to 'sapi')
-rw-r--r--sapi/isapi/stresstest/stresstest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/isapi/stresstest/stresstest.cpp b/sapi/isapi/stresstest/stresstest.cpp
index 97824e6be8..9a5964a6ba 100644
--- a/sapi/isapi/stresstest/stresstest.cpp
+++ b/sapi/isapi/stresstest/stresstest.cpp
@@ -796,7 +796,7 @@ BOOL WINAPI ServerSupportFunction(HCONN hConn, DWORD dwHSERequest,
switch(dwHSERequest) {
case (HSE_REQ_SEND_RESPONSE_HEADER) :
- lpszRespBuf = (char *)xmalloc(*lpdwSize);//+ 80);//accomodate our header
+ lpszRespBuf = (char *)xmalloc(*lpdwSize);//+ 80);//accommodate our header
if (!lpszRespBuf)
return FALSE;
wsprintf(lpszRespBuf,"%s",