aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts
diff options
context:
space:
mode:
authorTom-Oliver Heidel <github@tom-oliver.eu>2020-11-30 02:46:10 +0100
committerGitHub <noreply@github.com>2020-11-30 02:46:10 +0100
commit9e4043faa99609ac16d279a5f8d5fc22b23f0c8e (patch)
tree2c052847cd85fdf3ac33176a7d0109c79b518c45 /devscripts
parent5867a1678924ad25a4784abfa5dbd28b5b69eb67 (diff)
parent94c29091d049f48962c3e81a1b5b0237ab54827d (diff)
downloadhypervideo-pre-9e4043faa99609ac16d279a5f8d5fc22b23f0c8e.tar.lz
hypervideo-pre-9e4043faa99609ac16d279a5f8d5fc22b23f0c8e.tar.xz
hypervideo-pre-9e4043faa99609ac16d279a5f8d5fc22b23f0c8e.zip
Merge branch 'master' into rcs
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 e6de72b33..c27ef9781 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 = []