From: Jero Bado Date: Tue, 29 Dec 2020 12:26:57 +0000 (+0800) Subject: Fix minor typo in comments in readline.c (GH-23911) X-Git-Tag: v3.10.0a4~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a4258e8cd776ba655cc54ba54eaeffeddb0a267c;p=thirdparty%2FPython%2Fcpython.git Fix minor typo in comments in readline.c (GH-23911) --- diff --git a/Modules/readline.c b/Modules/readline.c index bbab0f882e3f..6cb3ee5c66a0 100644 --- a/Modules/readline.c +++ b/Modules/readline.c @@ -51,7 +51,7 @@ extern char **completion_matches(char *, CPFunction *); * * This emulation library is not 100% API compatible with the "real" readline * and cannot be detected at compile-time, - * hence we use a runtime check to detect if the Python readlinke module is + * hence we use a runtime check to detect if the Python readline module is * linked to libedit. * * Currently there is one known API incompatibility: