#5946: fix speling.
authorGeorg Brandl <georg@python.org>
Wed, 6 May 2009 08:32:17 +0000 (08:32 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 6 May 2009 08:32:17 +0000 (08:32 +0000)
Doc/c-api/capsule.rst

index e865b5c9acbeaa1224333ad88ebae09f14b7bcf0..29393146bdc26a7c61ba5c47aa09e991f519282b 100644 (file)
@@ -71,7 +71,7 @@ Refer to :ref:`using-capsules` for more information on using these objects.
 
    It is legal for a capsule to have a *NULL* destructor.  This makes a *NULL*
    return code somewhat ambiguous; use :cfunc:`PyCapsule_IsValid` or
-   :cfunc:`PyErr_Occurred` to disambugate.
+   :cfunc:`PyErr_Occurred` to disambiguate.
 
 
 .. cfunction:: void* PyCapsule_GetContext(PyObject *capsule)
@@ -81,7 +81,7 @@ Refer to :ref:`using-capsules` for more information on using these objects.
 
    It is legal for a capsule to have a *NULL* context.  This makes a *NULL*
    return code somewhat ambiguous; use :cfunc:`PyCapsule_IsValid` or
-   :cfunc:`PyErr_Occurred` to disambugate.
+   :cfunc:`PyErr_Occurred` to disambiguate.
 
 
 .. cfunction:: const char* PyCapsule_GetName(PyObject *capsule)
@@ -91,7 +91,7 @@ Refer to :ref:`using-capsules` for more information on using these objects.
 
    It is legal for a capsule to have a *NULL* name.  This makes a *NULL* return
    code somewhat ambiguous; use :cfunc:`PyCapsule_IsValid` or
-   :cfunc:`PyErr_Occurred` to disambugate.
+   :cfunc:`PyErr_Occurred` to disambiguate.
 
 
 .. cfunction:: void* PyCapsule_Import(const char *name, int no_block)