Auto-Merge pull request #2938 from octo/ff/format_json
authorcollectd bot <32910397+collectd-bot@users.noreply.github.com>
Fri, 5 Oct 2018 20:15:01 +0000 (22:15 +0200)
committerGitHub <noreply@github.com>
Fri, 5 Oct 2018 20:15:01 +0000 (22:15 +0200)
Automatically merged due to "Automerge" label

src/daemon/plugin.h

index 2d903cb..616889a 100644 (file)
@@ -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.