Merge branch 'master'
authorJosé Bollo <jose.bollo@iot.bzh>
Thu, 12 May 2016 09:27:39 +0000 (11:27 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Thu, 12 May 2016 09:27:39 +0000 (11:27 +0200)
er en quoi cette fusion est

Change-Id: I988c9cf042b120935b2c7ff2c6d9a5d969ac4b9e

plugins/media/media-api.c

index 3351ab3..460894b 100644 (file)
@@ -94,7 +94,7 @@ static void selecting (struct afb_req request) {   /* AFB_SESSION_CHECK */
 
     /* "?value=" parameter is negative */
     else if (atoi(value) < 0) {
-        afb_req_fail (request, "failed", "chosen index cannot be negatuve");
+        afb_req_fail (request, "failed", "chosen index cannot be negative");
         return;
     }