Fix a typo

PUBLISHED_FROM=183a1bb571d0e2f5c23181107d30417f73c1eeb1
This commit is contained in:
Deomid Ryabkov 2017-04-03 17:04:50 +03:00 committed by Cesanta Bot
parent b8402ed073
commit 02b7399f9a

View File

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