From 0081ab9575cca9a5d4eb81e823780ccd7075ba80 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Wed, 3 Jul 2019 00:35:54 +0200 Subject: Fix spelling Bug-AGL: SPEC-2597 Change-Id: I6a707a58e36d3eb1379dd00f2da03186da456491 Signed-off-by: Sebastien Douheret --- src/plugins/influxdb-reader.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/influxdb-reader.c') diff --git a/src/plugins/influxdb-reader.c b/src/plugins/influxdb-reader.c index c633e9f..98e5198 100644 --- a/src/plugins/influxdb-reader.c +++ b/src/plugins/influxdb-reader.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 "IoT.bzh" + * Copyright (C) 2018-2019 "IoT.bzh" * Author "Romain Forlot" * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -163,7 +163,7 @@ static void influxdb_read_curl_cb(void *closure, int status, CURL *curl, const c AFB_API_ERROR(apiHandle, "Invalid authentication. %s", result); break; default: - AFB_API_ERROR(apiHandle, "Unexptected behavior. %s", result); + AFB_API_ERROR(apiHandle, "Unexpected behavior. %s", result); break; } } -- cgit 1.2.3-korg