Fix typo.

This commit is contained in:
Gisle Vanem 2006-02-25 18:57:20 +00:00
parent a39ac3d94a
commit f592ea6c30
1 changed files with 1 additions and 1 deletions

View File

@ -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);