diff --git a/Lib/test/test_strptime.py b/Lib/test/test_strptime.py index e49a1ba8c6c..2966e22a5c8 100644 --- a/Lib/test/test_strptime.py +++ b/Lib/test/test_strptime.py @@ -310,7 +310,7 @@ def test_timezone(self): else: self.failUnless(strp_output[8] == -1, "LocaleTime().timezone has duplicate values but " - "timzone value not set to -1") + "timezone value not set to -1") def test_date_time(self): # Test %c directive