diff options
author | Sergey M. <dstftw@gmail.com> | 2015-06-14 18:26:53 +0500 |
---|---|---|
committer | Sergey M. <dstftw@gmail.com> | 2015-06-14 18:26:53 +0500 |
commit | ac499cb61c67ea1d654d1522b1b5a5d27f827147 (patch) | |
tree | 827e331a71231c0a4a138ced52c78cf4c92014eb | |
parent | 450d89ddc12d80a500a2429632d35a0045cf630b (diff) | |
parent | 180940e02df60129bce36035b4a2fd79c0c60995 (diff) |
Merge pull request #5976 from SpEcHiDe/patch-1
spelling mistake corrected
-rwxr-xr-x | youtube_dl/YoutubeDL.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index b1f792d4e..aacec2958 100755 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -119,7 +119,7 @@ class YoutubeDL(object): username: Username for authentication purposes. password: Password for authentication purposes. - videopassword: Password for acces a video. + videopassword: Password for accessing a video. usenetrc: Use netrc for authentication instead. verbose: Print additional info to stdout. quiet: Do not print messages to stdout. |