fix typo
diff --git a/Lib/test/test_zipimport_support.py b/Lib/test/test_zipimport_support.py
index 704f35c..1b617ab 100644
--- a/Lib/test/test_zipimport_support.py
+++ b/Lib/test/test_zipimport_support.py
@@ -182,7 +182,7 @@
             deprecations = []
             if __debug__:
                 # Ignore all warnings about the use of class Tester in this module.
-                depcreations.append(("class Tester is deprecated", DeprecationWarning))
+                deprecations.append(("class Tester is deprecated", DeprecationWarning))
             if sys.py3kwarning:
                 deprecations += [
                     ("backquote not supported", SyntaxWarning),