mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Fix typo.
This commit is contained in:
parent
a39ac3d94a
commit
f592ea6c30
@ -292,7 +292,7 @@ int ProcessRequest(struct httprequest *req)
|
||||
else {
|
||||
if(sscanf(req->reqbuf, "CONNECT %" MAXDOCNAMELEN_TXT "s HTTP/%d.%d",
|
||||
doc, &prot_major, &prot_minor) == 3) {
|
||||
sprintf(logbuf, "Receiced a CONNECT %s HTTP/%d.%d request",
|
||||
sprintf(logbuf, "Received a CONNECT %s HTTP/%d.%d request",
|
||||
doc, prot_major, prot_minor);
|
||||
logmsg("%s", logbuf);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user