diff options
author | Unit 193 <32967979+unit193@users.noreply.github.com> | 2021-12-19 10:18:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-19 20:48:06 +0530 |
commit | e75bb0d6c342c8664f136f6e5492c62123749497 (patch) | |
tree | 73b5be472ca9c78bb9b4826cc65d145797a5731f /yt_dlp/YoutubeDL.py | |
parent | dd0228ce1f708b12d7b1579438f63fda37c5bb48 (diff) | |
download | hypervideo-pre-e75bb0d6c342c8664f136f6e5492c62123749497.tar.lz hypervideo-pre-e75bb0d6c342c8664f136f6e5492c62123749497.tar.xz hypervideo-pre-e75bb0d6c342c8664f136f6e5492c62123749497.zip |
[cleanup] Fix some typos (#2033)
Authored by: unit193
Diffstat (limited to 'yt_dlp/YoutubeDL.py')
-rw-r--r-- | yt_dlp/YoutubeDL.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/YoutubeDL.py b/yt_dlp/YoutubeDL.py index b5a2581c6..80d779bee 100644 --- a/yt_dlp/YoutubeDL.py +++ b/yt_dlp/YoutubeDL.py @@ -2730,7 +2730,7 @@ class YoutubeDL(object): _infojson_written = self._write_info_json('video', info_dict, infofn) if _infojson_written: info_dict['infojson_filename'] = infofn - # For backward compatability, even though it was a private field + # For backward compatibility, even though it was a private field info_dict['__infojson_filename'] = infofn elif _infojson_written is None: return |