[vlc-devel] [PATCH 1/7] randomizer: fix typo

Romain Vimont rom1v at videolabs.io
Thu May 16 17:50:40 CEST 2019


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

diff --git a/src/playlist/randomizer.c b/src/playlist/randomizer.c
index 6bdb0afe12..1bb7f9e685 100644
--- a/src/playlist/randomizer.c
+++ b/src/playlist/randomizer.c
@@ -160,7 +160,7 @@
  *                determinated range
  *
  * The playlist calls _Next(), the randomizer selects the last item (it has no
- * choice). 'next' and 'head' now points one item past the end (their value is
+ * choice). 'next' and 'head' now point one item past the end (their value is
  * the vector size).
  *
  *                                          history
-- 
2.20.1



More information about the vlc-devel mailing list