From 5d82cefdc4f04e87fc5ed9b5de2415de79e89d89 Mon Sep 17 00:00:00 2001
From: "Miss Islington (bot)"
 <31488909+miss-islington@users.noreply.github.com>
Date: Fri, 26 Aug 2022 22:53:47 -0700
Subject: [PATCH] fixes gh-96292: Fix Trivial Typo in
 cpython/Modules/atexitmodule.c (GH-96327)

(cherry picked from commit 0ace820bec8892d621a4aadc1feb6c56e25560bf)

Co-authored-by: Ansab Gillani <56605828+ansabgillani@users.noreply.github.com>
---
 Modules/atexitmodule.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Modules/atexitmodule.c b/Modules/atexitmodule.c
index 95c653cf478..7df2db5288c 100644
--- a/Modules/atexitmodule.c
+++ b/Modules/atexitmodule.c
@@ -185,7 +185,7 @@ PyDoc_STRVAR(atexit_run_exitfuncs__doc__,
 \n\
 Run all registered exit functions.\n\
 \n\
-If a callaback raises an exception, it is logged with sys.unraisablehook.");
+If a callback raises an exception, it is logged with sys.unraisablehook.");
 
 static PyObject *
 atexit_run_exitfuncs(PyObject *module, PyObject *unused)
-- 
GitLab