about summary refs log tree commit diff
path: root/devscripts
diff options
context:
space:
mode:
authorEdward Betts <edward@4angle.com>2020-11-16 15:08:20 +0000
committerGitHub <noreply@github.com>2020-11-16 22:08:20 +0700
commitefc589b86578ad98025aa0a9ccfa5db3195c7deb (patch)
treebb96cdb268fec1231208f2d3c68bbd04111bc821 /devscripts
parent1737ea69b978f7ebe0f52c526d3dda5ba5c196b6 (diff)
downloadyoutube-dl-efc589b86578ad98025aa0a9ccfa5db3195c7deb.tar.gz
youtube-dl-efc589b86578ad98025aa0a9ccfa5db3195c7deb.tar.xz
youtube-dl-efc589b86578ad98025aa0a9ccfa5db3195c7deb.zip
[devscripts/make_lazy_extractors] Correct a spelling mistake (#26991)
Diffstat (limited to 'devscripts')
-rw-r--r--devscripts/make_lazy_extractors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devscripts/make_lazy_extractors.py b/devscripts/make_lazy_extractors.py
index 0a1762dbc..878ae72b1 100644
--- a/devscripts/make_lazy_extractors.py
+++ b/devscripts/make_lazy_extractors.py
@@ -61,7 +61,7 @@ def build_lazy_ie(ie, name):
     return s
 
 
-# find the correct sorting and add the required base classes so that sublcasses
+# find the correct sorting and add the required base classes so that subclasses
 # can be correctly created
 classes = _ALL_CLASSES[:-1]
 ordered_cls = []