From 7c0493071f182b890f4e01ece84ab2523858cc76 Mon Sep 17 00:00:00 2001 From: Deomid Ryabkov Date: Mon, 3 Apr 2017 17:04:50 +0300 Subject: [PATCH] Fix a typo PUBLISHED_FROM=183a1bb571d0e2f5c23181107d30417f73c1eeb1 --- mongoose.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongoose.c b/mongoose.c index b45823bf..3a7ed941 100644 --- a/mongoose.c +++ b/mongoose.c @@ -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; }