From 31ac9c77cb792398cd23297dc5051c39b94725fc Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Tue, 22 Dec 2020 12:01:42 +0000 Subject: [PATCH] Fix typo in documentation. --- include/mosquitto_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mosquitto_plugin.h b/include/mosquitto_plugin.h index 360b889c8e..0e4207a99b 100644 --- a/include/mosquitto_plugin.h +++ b/include/mosquitto_plugin.h @@ -138,7 +138,7 @@ struct mosquitto_acl_msg { mosq_plugin_EXPORT int mosquitto_plugin_version(int supported_version_count, const int *supported_versions); /* - * Function: mosquitto_auth_plugin_init + * Function: mosquitto_plugin_init * * Called after the plugin has been loaded and * has been called. This will only ever be called once and can be used to