From: Andrew M. Kuchling Date: Wed, 2 Nov 2005 16:36:12 +0000 (+0000) Subject: Another comment typo fix X-Git-Tag: v2.5a0~1199 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8294de5673da003d8f83c677a5cc02676609181d;p=thirdparty%2FPython%2Fcpython.git Another comment typo fix --- diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index 2a2829f2dbfa..710033639ffc 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c @@ -3035,7 +3035,7 @@ static PyObject *charmapencode_lookup(Py_UNICODE c, PyObject *mapping) space is available. Return a new reference to the object that was put in the output buffer, or Py_None, if the mapping was undefined (in which case no character was written) or NULL, if a - reallocation error ocurred. The caller must decref the result */ + reallocation error occurred. The caller must decref the result */ static PyObject *charmapencode_output(Py_UNICODE c, PyObject *mapping, PyObject **outobj, int *outpos)