Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaven <dev@robert-adam.de>2019-09-20 22:27:31 +0300
committerGitHub <noreply@github.com>2019-09-20 22:27:31 +0300
commit1e2678e91e2790f7c5440de0226606dc239e2923 (patch)
treee48d42853bddb88ab20f2bf333a26c11e845972e /plugins
parentcb7244a6d3d9370fb47392645368cb60f409430b (diff)
Corrected error in doc
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mumble_plugin.h2
1 files changed, 1 insertions, 1 deletions
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