From e75f0e480187e75709ca1f96409bb685b261cc3e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sat, 24 Nov 2001 09:31:44 +0000 Subject: [PATCH] Correct typo. Fixes #484611. --- Modules/posixmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index 20765e199b..667bb20f58 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c @@ -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; } -- 2.50.0