Fix typo in test name.
diff --git a/tests/testcallable.py b/tests/testcallable.py
index f7dcd5e..c967631 100644
--- a/tests/testcallable.py
+++ b/tests/testcallable.py
@@ -139,7 +139,7 @@
                     patcher.stop()
 
 
-    def test_create_autopsec(self):
+    def test_create_autospec(self):
         mock = create_autospec(X)
         instance = mock()
         self.assertRaises(TypeError, instance)