]> granicus.if.org Git - python/commitdiff
Fix typo in comment.
authorWalter Dörwald <walter@livinglogic.de>
Wed, 2 Nov 2005 08:57:11 +0000 (08:57 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Wed, 2 Nov 2005 08:57:11 +0000 (08:57 +0000)
Objects/unicodeobject.c

index cac6a2d0ae6cab72ec232bb348edacf03fb59219..2a2829f2dbfa379a0e1a2a8d9ecea0ff174b042d 100644 (file)
@@ -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 called must decref the result */
+   reallocation error ocurred. The caller must decref the result */
 static
 PyObject *charmapencode_output(Py_UNICODE c, PyObject *mapping,
     PyObject **outobj, int *outpos)