From: Ruben Kerkhof Date: Wed, 31 Aug 2016 13:45:05 +0000 (+0200) Subject: Merge pull request #1904 from sandebert/patch-1 X-Git-Tag: collectd-5.7.0~116 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=bb98f7175940a1d696a3c52fe48597960f0df3dc;hp=7b7903a58bfb3765ff196e81d7a088676b795157;p=collectd.git Merge pull request #1904 from sandebert/patch-1 Fixed two small typos --- diff --git a/src/dbi.c b/src/dbi.c index 068bf4d2..19d4b0a6 100644 --- a/src/dbi.c +++ b/src/dbi.c @@ -452,14 +452,14 @@ static int cdbi_init (void) /* {{{ */ if (queries_num == 0) { ERROR ("dbi plugin: No blocks have been found. Without them, " - "this plugin can't do anything useful, so we will returns an error."); + "this plugin can't do anything useful, so we will return an error."); return (-1); } if (databases_num == 0) { ERROR ("dbi plugin: No blocks have been found. Without them, " - "this plugin can't do anything useful, so we will returns an error."); + "this plugin can't do anything useful, so we will return an error."); return (-1); }