X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fdbi.c;h=19d4b0a6c089c3d9b0ad48445ff27a16718acb07;hb=bbf3f23aee672042cf5405baa01463f70bf5bb9d;hp=068bf4d2f014c0643c02240dcebe4abdd3336b34;hpb=e2ff4dd149e85527eba7a38a8f38aeb3b548f39c;p=collectd.git 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); }