aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/YoutubeDL.py
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2016-01-10 16:17:47 +0100
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2016-01-10 17:24:28 +0100
commitdfb1b1468cef4ddc7ecc43776abce03763f8e426 (patch)
treefbd8d76f3c9a04d999f5b0853b25deacfe715f31 /youtube_dl/YoutubeDL.py
parent3c91e41614a0f3bfab8710e861c895b78d93bce8 (diff)
downloadyoutube-dl-dfb1b1468cef4ddc7ecc43776abce03763f8e426.tar.xz
Fix typos
Closes #8200.
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
-rwxr-xr-xyoutube_dl/YoutubeDL.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py
index 3b2be3159..d50b7cfed 100755
--- a/youtube_dl/YoutubeDL.py
+++ b/youtube_dl/YoutubeDL.py
@@ -1312,7 +1312,7 @@ class YoutubeDL(object):
# only set the 'formats' fields if the original info_dict list them
# otherwise we end up with a circular reference, the first (and unique)
# element in the 'formats' field in info_dict is info_dict itself,
- # wich can't be exported to json
+ # which can't be exported to json
info_dict['formats'] = formats
if self.params.get('listformats'):
self.list_formats(info_dict)