X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Fplugin.h;h=616889ad53a7dc920c9c80b4ab790e33b97c00fe;hb=711f5b6c86f51061c21bedcaa46214a01de0125c;hp=2d903cb6ffb85350fccc69e94e4cd24c3a35698d;hpb=063e81d76677a3b52c5d8a1fbfbdf2bf87a75cee;p=collectd.git diff --git a/src/daemon/plugin.h b/src/daemon/plugin.h index 2d903cb6..616889ad 100644 --- a/src/daemon/plugin.h +++ b/src/daemon/plugin.h @@ -245,7 +245,7 @@ int plugin_shutdown_all(void); * * DESCRIPTION * Calls the write function of the given plugin with the provided data set and - * value list. It differs from `plugin_dispatch_value' in that it does not + * value list. It differs from `plugin_dispatch_values' in that it does not * update the cache, does not do threshold checking, call the chain subsystem * and so on. It looks up the requested plugin and invokes the function, end * of story.