[vlc-commits] randomizer: fix typo
Romain Vimont
git at videolan.org
Wed May 22 21:44:25 CEST 2019
vlc | branch: master | Romain Vimont <rom1v at videolabs.io> | Wed May 15 15:52:48 2019 +0200| [1647f5d14b5ed46274ea2ae8eaffe38669abc7cc] | committer: Jean-Baptiste Kempf
randomizer: fix typo
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1647f5d14b5ed46274ea2ae8eaffe38669abc7cc
---
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
More information about the vlc-commits
mailing list