diff options
author | José Bollo <jose.bollo@iot.bzh> | 2015-12-08 13:43:08 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2015-12-08 13:43:08 +0100 |
commit | 6458b6eb67426974e9a3b8eed1f5620f0de0efc5 (patch) | |
tree | c4aa54f7afd1dff00506a7fe1ca3f7e10edacdb5 | |
parent | c2bda43c447016a20ed061078b0dff3e64d09940 (diff) |
typo
Change-Id: I1a7662c9c3360c716ecbea97f743fc404bd2088c
-rw-r--r-- | src/http-svc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |