mirror of
https://github.com/curl/curl.git
synced 2026-04-30 03:17:52 +03:00
Fix typo.
This commit is contained in:
parent
a39ac3d94a
commit
f592ea6c30
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue