[vlc-devel] [PATCH 08/14] medialibrary: Fix typo
Hugo Beauzée-Luyssen
hugo at beauzee.fr
Mon Sep 23 11:44:51 CEST 2019
---
include/vlc_media_library.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/vlc_media_library.h b/include/vlc_media_library.h
index cdd15d26d3..cc9c6b394c 100644
--- a/include/vlc_media_library.h
+++ b/include/vlc_media_library.h
@@ -523,7 +523,7 @@ enum vlc_ml_event_type
* A discovery started.
* For each VLC_ML_EVENT_DISCOVERY_STARTED event, there will be
* 1 VLC_ML_EVENT_DISCOVERY_COMPLETED event, and N
- * VLC_ML_EVENT_DISCOVERY_COMPLETED events.
+ * VLC_ML_EVENT_DISCOVERY_PROGRESS events.
* The entry point being discovered is stored in
* vlc_ml_event_t::discovery_started::psz_entry_point.
*/
--
2.20.1
More information about the vlc-devel
mailing list