summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M. <dstftw@gmail.com>2015-07-21 09:09:55 +0600
committerSergey M. <dstftw@gmail.com>2015-07-21 09:09:55 +0600
commit80b1ee0a4c9368e1879a4869ea6664612f280b2f (patch)
treea41b71d47099365bef1099267dc37d333ac18ae7
parent2fe1ff85829244f6498dde8c85ecdc1415f5ad7a (diff)
parentf993afb26d20ac79891621494922887b3c8df02b (diff)
downloadyoutube-dl-80b1ee0a4c9368e1879a4869ea6664612f280b2f.tar.gz
youtube-dl-80b1ee0a4c9368e1879a4869ea6664612f280b2f.tar.xz
youtube-dl-80b1ee0a4c9368e1879a4869ea6664612f280b2f.zip
Merge pull request #6307 from jwilk/spelling
README: fix a typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a2cc89cdb..ac54d7b67 100644
--- a/README.md
+++ b/README.md
@@ -75,7 +75,7 @@ which means you can modify it, redistribute it or use it however you like.
 ## Video Selection:
     --playlist-start NUMBER          Playlist video to start at (default is 1)
     --playlist-end NUMBER            Playlist video to end at (default is last)
-    --playlist-items ITEM_SPEC       Playlist video items to download. Specify indices of the videos in the playlist seperated by commas like: "--playlist-items 1,2,5,8"
+    --playlist-items ITEM_SPEC       Playlist video items to download. Specify indices of the videos in the playlist separated by commas like: "--playlist-items 1,2,5,8"
                                      if you want to download videos indexed 1, 2, 5, 8 in the playlist. You can specify range: "--playlist-items 1-3,7,10-13", it will
                                      download the videos at index 1, 2, 3, 7, 10, 11, 12 and 13.
     --match-title REGEX              Download only matching titles (regex or caseless sub-string)