From: Ikko Eltociear Ashimine Date: Fri, 20 Jan 2023 18:34:36 +0000 (+0900) Subject: Fix typo in comment in compile.c (#101194) X-Git-Tag: v3.12.0a5~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4510fbb2163a5bdc4250752eab5a4bb9034dc76d;p=thirdparty%2FPython%2Fcpython.git Fix typo in comment in compile.c (#101194) --- diff --git a/Python/compile.c b/Python/compile.c index bfc6e3499001..ce714dce6edf 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -3667,7 +3667,7 @@ compiler_try_star_except(struct compiler *c, stmt_ty s) /* [orig] BUILD_LIST */ - /* Creat a copy of the original EG */ + /* Create a copy of the original EG */ /* [orig, []] COPY 2 [orig, [], exc]