Skip to content

Commit

Permalink
Fix typo in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Dec 22, 2020
1 parent b8962cc commit 31ac9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mosquitto_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <mosquitto_plugin_version>
* has been called. This will only ever be called once and can be used to
Expand Down

0 comments on commit 31ac9c7

Please sign in to comment.