From 432d7039dc3ad93ec938f4bff1036f899ef3bc63 Mon Sep 17 00:00:00 2001 From: Katelyn Perry Date: Mon, 3 Nov 2014 17:11:14 -0600 Subject: [PATCH] fix grammar in plugin loading error message "cause for this problem are" => "cause for this problem is" --- src/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.", -- 2.11.0