Fix a typo. full->final

This commit is contained in:
Brian Curtin 2010-09-24 00:03:39 +00:00
parent 0dac808b3e
commit 94622b0013

View file

@ -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;
}