fix grammar in plugin loading error message
authorKatelyn Perry <katelyn@superleg.it>
Mon, 3 Nov 2014 23:11:14 +0000 (17:11 -0600)
committerMarc Fournier <marc.fournier@camptocamp.com>
Tue, 4 Nov 2014 07:27:14 +0000 (08:27 +0100)
"cause for this problem are" => "cause for this problem is"

src/plugin.c

index 3c92df2..f4461b5 100644 (file)
@@ -306,7 +306,7 @@ static int plugin_load_file (char *file, uint32_t flags)
 
                ssnprintf (errbuf, sizeof (errbuf),
                                "lt_dlopen (\"%s\") failed: %s. "
-                               "The most common cause for this problem are "
+                               "The most common cause for this problem is "
                                "missing dependencies. Use ldd(1) to check "
                                "the dependencies of the plugin "
                                "/ shared object.",