Fix typos
[youtube-dl] / youtube_dl / swfinterp.py
index 2bd264b306f8dc8f53bf6e0b9dec97ecd6e85cb4..06c1d6cc1755ef022aa78967d4b651e21fd66618 100644 (file)
@@ -4,8 +4,8 @@ import collections
 import io
 import zlib
 
+from .compat import compat_str
 from .utils import (
-    compat_str,
     ExtractorError,
     struct_unpack,
 )
@@ -689,7 +689,7 @@ class SWFInterpreter(object):
                     elif mname in _builtin_classes:
                         res = _builtin_classes[mname]
                     else:
-                        # Assume unitialized
+                        # Assume uninitialized
                         # TODO warn here
                         res = undefined
                     stack.append(res)