src/daemon/plugin.h: Fix typo in comment.
authorFlorian Forster <octo@collectd.org>
Fri, 5 Oct 2018 19:12:51 +0000 (21:12 +0200)
committerFlorian Forster <octo@collectd.org>
Fri, 5 Oct 2018 19:12:51 +0000 (21:12 +0200)
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.