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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1904%2Fhead;p=thirdparty%2Fcollectd.git Fixed two small typos --- diff --git a/src/dbi.c b/src/dbi.c index 068bf4d2f..19d4b0a6c 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); }