diff options
author | Shrimadhav U K <SpEcHiDe@users.noreply.github.com> | 2015-06-14 11:19:42 +0530 |
---|---|---|
committer | Shrimadhav U K <SpEcHiDe@users.noreply.github.com> | 2015-06-14 11:19:42 +0530 |
commit | 180940e02df60129bce36035b4a2fd79c0c60995 (patch) | |
tree | 827e331a71231c0a4a138ced52c78cf4c92014eb /youtube_dl | |
parent | 450d89ddc12d80a500a2429632d35a0045cf630b (diff) |
spelling mistake corrected
acces changed to accessing
Diffstat (limited to 'youtube_dl')
-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. |