Fixed two small typos
authorFredrik Sandebert <sandebert@users.noreply.github.com>
Wed, 31 Aug 2016 07:58:59 +0000 (09:58 +0200)
committerGitHub <noreply@github.com>
Wed, 31 Aug 2016 07:58:59 +0000 (09:58 +0200)
src/dbi.c

index 068bf4d..19d4b0a 100644 (file)
--- 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 <Query> 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 <Database> 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);
   }