]> granicus.if.org Git - python/commitdiff
Correct typo. Fixes #484611.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 24 Nov 2001 09:31:44 +0000 (09:31 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 24 Nov 2001 09:31:44 +0000 (09:31 +0000)
Modules/posixmodule.c

index 20765e199b0feb55d280bc639e5b15c416995ebe..667bb20f58fa35874b5ee4df942e56d2e890550d 100644 (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;
        }