From: José Bollo Date: Tue, 8 Dec 2015 12:43:08 +0000 (+0100) Subject: typo X-Git-Tag: blowfish_2.0.1~381 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=6458b6eb67426974e9a3b8eed1f5620f0de0efc5;p=src%2Fapp-framework-binder.git typo Change-Id: I1a7662c9c3360c716ecbea97f743fc404bd2088c --- 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;