From 94622b001323de92bd14e5dcd25ea97f73227cbc Mon Sep 17 00:00:00 2001 From: Brian Curtin Date: Fri, 24 Sep 2010 00:03:39 +0000 Subject: Fix a typo. full->final --- Modules/posixmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index 79faa18..07ede0a 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c @@ -2655,7 +2655,7 @@ posix__getfinalpathname(PyObject *self, PyObject *args) PyObject *result; wchar_t *path; - if (!PyArg_ParseTuple(args, "u|:_getfullpathname", &path)) { + if (!PyArg_ParseTuple(args, "u|:_getfinalpathname", &path)) { return NULL; } -- cgit v0.12