summaryrefslogtreecommitdiffstats
path: root/Objects
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2005-11-02 16:36:12 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2005-11-02 16:36:12 (GMT)
commit8294de5673da003d8f83c677a5cc02676609181d (patch)
tree20931b52d2e5f31167e8bec1bfe8e57cc051987e /Objects
parent2e2c02fedb67c277c2eafc7e57f3fb69ec700e40 (diff)
downloadcpython-8294de5673da003d8f83c677a5cc02676609181d.zip
cpython-8294de5673da003d8f83c677a5cc02676609181d.tar.gz
cpython-8294de5673da003d8f83c677a5cc02676609181d.tar.bz2
Another comment typo fix
Diffstat (limited to 'Objects')
-rw-r--r--Objects/unicodeobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c
index 2a2829f..7100336 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)