Fix a typo

PUBLISHED_FROM=183a1bb571d0e2f5c23181107d30417f73c1eeb1
This commit is contained in:
Deomid Ryabkov 2017-04-03 17:04:50 +03:00 committed by Deomid Ryabkov
parent c60fe0c6f6
commit 7c0493071f

View File

@ -5881,7 +5881,7 @@ static int mg_http_multipart_wait_for_boundary(struct mg_connection *c) {
if (pd->mp_stream.boundary == NULL) { if (pd->mp_stream.boundary == NULL) {
pd->mp_stream.state = MPS_FINALIZE; pd->mp_stream.state = MPS_FINALIZE;
DBG(("Invalid request: boundary not initilaized")); DBG(("Invalid request: boundary not initialized"));
return 0; return 0;
} }