From 6458b6eb67426974e9a3b8eed1f5620f0de0efc5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Tue, 8 Dec 2015 13:43:08 +0100 Subject: [PATCH] typo Change-Id: I1a7662c9c3360c716ecbea97f743fc404bd2088c --- src/http-svc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http-svc.c b/src/http-svc.c index d638f6e9..836915a7 100644 --- a/src/http-svc.c +++ b/src/http-svc.c @@ -45,7 +45,7 @@ char *strcasestr(const char *haystack, const char *needle); static int rqtcount = 0; // dummy request rqtcount to make each message be different static int postcount = 0; -// try to open libmagic to handle mine types +// try to open libmagic to handle mime types static AFB_error initLibMagic (AFB_session *session) { const char *magic_full; -- 2.16.6