American spelling in doc string.
diff --git a/Objects/typeobject.c b/Objects/typeobject.c
index abf8e22..b7e9f3a 100644
--- a/Objects/typeobject.c
+++ b/Objects/typeobject.c
@@ -86,5 +86,5 @@
 	0,			/*tp_xxx2*/
 	0,			/*tp_xxx3*/
 	0,			/*tp_xxx4*/
-	"Define the behaviour of a particular type of object.",
+	"Define the behavior of a particular type of object.",
 };