commit | 94622b001323de92bd14e5dcd25ea97f73227cbc | [log] [tgz] |
---|---|---|
author | Brian Curtin <brian.curtin@gmail.com> | Fri Sep 24 00:03:39 2010 +0000 |
committer | Brian Curtin <brian.curtin@gmail.com> | Fri Sep 24 00:03:39 2010 +0000 |
tree | 1ed25d14220d073589045755c9a17351caa77b6e | |
parent | 0dac808b3e101b6e5199d5a81c4f1d191df9ab8c [diff] [blame] |
Fix a typo. full->final
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 @@ PyObject *result; wchar_t *path; - if (!PyArg_ParseTuple(args, "u|:_getfullpathname", &path)) { + if (!PyArg_ParseTuple(args, "u|:_getfinalpathname", &path)) { return NULL; }