From: Fredrik Sandebert Date: Wed, 31 Aug 2016 07:58:59 +0000 (+0200) Subject: Fixed two small typos X-Git-Tag: collectd-5.7.0~116^2 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=a47aded6a65a4e16c57dddfeff175493533146cc;p=collectd.git 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); }