From db693df3e112c5a61f2cbef63eedce3a36520ded Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 7 Oct 2021 00:55:27 +0200 Subject: Fix typos in the Python directory (GH-28767) --- Python/specialize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/specialize.c') diff --git a/Python/specialize.c b/Python/specialize.c index 1ab79bf3ea..4e025384a6 100644 --- a/Python/specialize.c +++ b/Python/specialize.c @@ -588,7 +588,7 @@ specialize_dict_access( { assert(kind == NON_OVERRIDING || kind == NON_DESCRIPTOR || kind == ABSENT || kind == BUILTIN_CLASSMETHOD || kind == PYTHON_CLASSMETHOD); - // No desciptor, or non overriding. + // No descriptor, or non overriding. if (type->tp_dictoffset < 0) { SPECIALIZATION_FAIL(base_op, SPEC_FAIL_OUT_OF_RANGE); return 0; -- cgit v1.2.1