Fix typo.
diff --git a/Python/getargs.c b/Python/getargs.c
index 3fca9cd..b676a5e 100644
--- a/Python/getargs.c
+++ b/Python/getargs.c
@@ -1747,7 +1747,7 @@
 /* For type constructors that don't take keyword args
  *
  * Sets a TypeError and returns 0 if the kwds dict is 
- * not emtpy, returns 1 otherwise
+ * not empty, returns 1 otherwise
  */
 int
 _PyArg_NoKeywords(const char *funcname, PyObject *kw)