diff -r fd69e2f2cb72 Lib/ctypes/test/test_functions.py --- a/Lib/ctypes/test/test_functions.py Mon Mar 14 18:58:41 2011 +0200 +++ b/Lib/ctypes/test/test_functions.py Mon Mar 14 23:31:30 2011 +0100 @@ -116,7 +116,7 @@ self.assertEqual(result, 21) self.assertEqual(type(result), int) - # You cannot assing character format codes as restype any longer + # You cannot assign character format codes as restype any longer self.assertRaises(TypeError, setattr, f, "restype", "i") def test_floatresult(self):