typo
authorJosé Bollo <jose.bollo@iot.bzh>
Tue, 8 Dec 2015 12:43:08 +0000 (13:43 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Tue, 8 Dec 2015 12:43:08 +0000 (13:43 +0100)
Change-Id: I1a7662c9c3360c716ecbea97f743fc404bd2088c

src/http-svc.c

index d638f6e..836915a 100644 (file)
@@ -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;