From bdc93b8a3563b4a3adb25fa902c0c879ccf427f6 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Mon, 5 Dec 2022 14:42:38 +0900 Subject: no-issue: Fix typo in pycore_object.h (gh-99994) --- Include/internal/pycore_object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/internal/pycore_object.h b/Include/internal/pycore_object.h index 33c8c0b..8796dfe 100644 --- a/Include/internal/pycore_object.h +++ b/Include/internal/pycore_object.h @@ -373,7 +373,7 @@ PyAPI_FUNC(PyObject *) _PyObject_LookupSpecial(PyObject *, PyObject *); * match. * * Third party code unintentionally rely on problematic fpcasts. The call - * trampoline mitigates common occurences of bad fpcasts on Emscripten. + * trampoline mitigates common occurrences of bad fpcasts on Emscripten. */ #if defined(__EMSCRIPTEN__) && defined(PY_CALL_TRAMPOLINE) #define _PyCFunction_TrampolineCall(meth, self, args) \ -- cgit v0.12