Correct typo. Fixes #484611.

This commit is contained in:
Martin v. Löwis 2001-11-24 09:31:44 +00:00
parent f5c7677602
commit e75f0e4801
1 changed files with 1 additions and 1 deletions

View File

@ -1695,7 +1695,7 @@ posix_spawnv(PyObject *self, PyObject *args)
getitem = PyTuple_GetItem;
}
else {
PyErr_SetString(PyExc_TypeError, "spawmv() arg 2 must be a tuple or list");
PyErr_SetString(PyExc_TypeError, "spawnv() arg 2 must be a tuple or list");
return NULL;
}