From feb2ee46bc6b6cc43f337817ef67b073ecb8943d Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Mon, 6 Sep 2010 20:27:15 +0000 Subject: [PATCH] typo --- Misc/pymemcompat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/pymemcompat.h b/Misc/pymemcompat.h index 2757e3acdd..a0fa33663f 100644 --- a/Misc/pymemcompat.h +++ b/Misc/pymemcompat.h @@ -72,7 +72,7 @@ It is possible to support both the 2.0 and 2.2 GC APIs, but it's not pretty and this comment block is too narrow to contain a - desciption of what's required... */ + description of what's required... */ #if PY_VERSION_HEX < 0x020200B1 #define PyObject_GC_New PyObject_New -- 2.49.0