[vlc-devel] [PATCH] core/modules: fix a typo in the documentation

Adrien Maglo magsoft at videolan.org
Thu Jun 30 13:08:54 CEST 2016


---
 src/modules/modules.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/modules.c b/src/modules/modules.c
index 3756011..7ba6492 100644
--- a/src/modules/modules.c
+++ b/src/modules/modules.c
@@ -203,7 +203,7 @@ static int module_load (vlc_object_t *obj, module_t *m,
  *
  * \param obj VLC object
  * \param capability capability, i.e. class of module
- * \param name name name of the module asked, if any
+ * \param name name of the module asked, if any
  * \param strict if true, do not fallback to plugin with a different name
  *                 but the same capability
  * \param probe module probe callback
-- 
2.7.4



More information about the vlc-devel mailing list