From a47aded6a65a4e16c57dddfeff175493533146cc Mon Sep 17 00:00:00 2001 From: Fredrik Sandebert Date: Wed, 31 Aug 2016 09:58:59 +0200 Subject: [PATCH] Fixed two small typos --- src/dbi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } -- 2.11.0