diff options
Diffstat (limited to 'tests/server/sws.c')
-rw-r--r-- | tests/server/sws.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/server/sws.c b/tests/server/sws.c index 023fe270e..a114cac43 100644 --- a/tests/server/sws.c +++ b/tests/server/sws.c @@ -351,7 +351,7 @@ int ProcessRequest(struct httprequest *req) headers, for the pipelining case mostly */ req->checkindex += (end - line) + strlen(END_OF_HEADERS); - /* **** Persistancy **** + /* **** Persistency **** * * If the request is a HTTP/1.0 one, we close the connection unconditionally * when we're done. @@ -539,7 +539,7 @@ static int get_request(curl_socket_t sock, struct httprequest *req) pipereq_length = req->offset - req->checkindex; } - /*** Init the httpreqest structure properly for the upcoming request ***/ + /*** Init the httprequest structure properly for the upcoming request ***/ req->checkindex = 0; req->offset = 0; @@ -1049,7 +1049,7 @@ int main(int argc, char *argv[]) send_doc(msgsock, &req); if((req.testno < 0) && (req.testno != DOCNUMBER_CONNECT)) { - logmsg("special request received, no persistancy"); + logmsg("special request received, no persistency"); break; } if(!req.open) { |