projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0afea60
)
fix grammar in plugin loading error message
author
Katelyn Perry
<katelyn@superleg.it>
Mon, 3 Nov 2014 23:11:14 +0000
(17:11 -0600)
committer
Marc 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
patch
|
blob
|
history
diff --git
a/src/plugin.c
b/src/plugin.c
index
3c92df2
..
f4461b5
100644
(file)
--- 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.",