From 7b3b95831f8d686cf5ab4f85b9150c0b2cfd3139 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Fri, 5 Oct 2018 21:12:51 +0200 Subject: [PATCH] src/daemon/plugin.h: Fix typo in comment. --- src/daemon/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.11.0