Merge pull request #1904 from sandebert/patch-1
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 31 Aug 2016 13:45:05 +0000 (15:45 +0200)
committerGitHub <noreply@github.com>
Wed, 31 Aug 2016 13:45:05 +0000 (15:45 +0200)
Fixed two small typos

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);
   }