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

Adrien Maglo git at videolan.org
Fri Jul 1 22:17:32 CEST 2016


vlc | branch: master | Adrien Maglo <magsoft at videolan.org> | Thu Jun 30 13:08:54 2016 +0200| [312e828e34b5d2bf7b7e94fbf35ebd70f029ee86] | committer: Jean-Baptiste Kempf

core/modules: fix a typo in the documentation

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=312e828e34b5d2bf7b7e94fbf35ebd70f029ee86
---

 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



More information about the vlc-commits mailing list