From d511e59dc4a7af8363a9521c6ea17d50f6df8ddb Mon Sep 17 00:00:00 2001 From: Christopher Galas Date: Thu, 28 Jan 2016 13:45:23 -0800 Subject: [PATCH] Typo --- examples/upload/upload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/upload/upload.c b/examples/upload/upload.c index 29428846..a2bb9b6e 100644 --- a/examples/upload/upload.c +++ b/examples/upload/upload.c @@ -91,7 +91,7 @@ int main(void) /* Display a welcome message */ printf("File upload demo.\n"); - printf("Open http://localhost:%s/ im your browser.\n\n", PORT); + printf("Open http://localhost:%s/ in your browser.\n\n", PORT); /* Start the server */ ctx = mg_start(&callbacks, NULL, options);