Commit 7c049307 authored by Deomid Ryabkov's avatar Deomid Ryabkov Committed by Deomid Ryabkov

Fix a typo

PUBLISHED_FROM=183a1bb571d0e2f5c23181107d30417f73c1eeb1
parent c60fe0c6
......@@ -5881,7 +5881,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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment