From 1e2678e91e2790f7c5440de0226606dc239e2923 Mon Sep 17 00:00:00 2001 From: Raven Date: Fri, 20 Sep 2019 21:27:31 +0200 Subject: Corrected error in doc --- plugins/mumble_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/mumble_plugin.h b/plugins/mumble_plugin.h index a5f282ed7..995ba7cb8 100644 --- a/plugins/mumble_plugin.h +++ b/plugins/mumble_plugin.h @@ -129,7 +129,7 @@ typedef MumblePlugin2 *(MUMBLE_PLUGIN_CALLING_CONVENTION *mumblePlugin2Func)(); typedef MumblePluginQt *(MUMBLE_PLUGIN_CALLING_CONVENTION *mumblePluginQtFunc)(); /* - * All plugins must implement one function called mumbleGetPlugin(), which + * All plugins must implement one function called getMumblePlugin(), which * follows the mumblePluginFunc type and returns a MumblePlugin struct. * * magic should be initialized to MUMBLE_PLUGIN_MAGIC. description is the -- cgit v1.2.3