vlc | branch: master | Romain Vimont <[email protected]> | Wed May 15 15:52:48 2019 +0200| [1647f5d14b5ed46274ea2ae8eaffe38669abc7cc] | committer: Jean-Baptiste Kempf
randomizer: fix typo Signed-off-by: Jean-Baptiste Kempf <[email protected]> > 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
