mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-12 23:49:00 +08:00
Fix a typo
PUBLISHED_FROM=183a1bb571d0e2f5c23181107d30417f73c1eeb1
This commit is contained in:
parent
c60fe0c6f6
commit
7c0493071f
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user