bpo-36185: Fix typo in Doc/c-api/objbuffer.rst. (GH-12204)

diff --git a/Doc/c-api/objbuffer.rst b/Doc/c-api/objbuffer.rst
index 9ad7c57..3572564 100644
--- a/Doc/c-api/objbuffer.rst
+++ b/Doc/c-api/objbuffer.rst
@@ -42,7 +42,7 @@
    Otherwise returns ``0``.  This function always succeeds.
 
    Note that this function tries to get and release a buffer, and exceptions
-   which occur while calling correspoding functions will get suppressed.
+   which occur while calling corresponding functions will get suppressed.
    To get error reporting use :c:func:`PyObject_GetBuffer()` instead.