summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Modules/posixmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c
index 4a991f9..4709674 100644
--- a/Modules/posixmodule.c
+++ b/Modules/posixmodule.c
@@ -2966,7 +2966,7 @@ posix_setgid(PyObject *self, PyObject *args)
#ifdef HAVE_WAITPID
static char posix_waitpid__doc__[] =
"waitpid(pid, options) -> (pid, status)\n\
-Wait for completion of a give child process.";
+Wait for completion of a given child process.";
static PyObject *
posix_waitpid(PyObject *self, PyObject *args)