summaryrefslogtreecommitdiff
path: root/sapi/isapi/stresstest/stresstest.cpp
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2013-06-10 13:37:56 -0700
committerStanislav Malyshev <stas@php.net>2013-06-10 13:37:56 -0700
commit09bc6d7cf6080155c456c065eaad1aaa3880863d (patch)
treeb751f1472d1cbdecaee9375b82210641091d8b21 /sapi/isapi/stresstest/stresstest.cpp
parent00495d160b995535d0f09d32fcee5655e07aec9e (diff)
parent84e35fb2e0fcd7400d289e06395c975fc7a77816 (diff)
downloadphp-git-09bc6d7cf6080155c456c065eaad1aaa3880863d.tar.gz
Merge branch 'PHP-5.5'
* PHP-5.5: typo fixes (argument) typo fixes (accommodate, parameter)
Diffstat (limited to 'sapi/isapi/stresstest/stresstest.cpp')
-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",