From 02b7399f9a81ff74f7794cdfd7b5b2fc260f235d 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 bd953571..ff74b884 100644 --- a/mongoose.c +++ b/mongoose.c @@ -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; }