From: Katelyn Perry Date: Mon, 3 Nov 2014 23:11:14 +0000 (-0600) Subject: fix grammar in plugin loading error message X-Git-Tag: collectd-5.3.2~5^2~7 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=432d7039dc3ad93ec938f4bff1036f899ef3bc63 fix grammar in plugin loading error message "cause for this problem are" => "cause for this problem is" --- diff --git a/src/plugin.c b/src/plugin.c index 3c92df21..f4461b5d 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -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.",