Fix minor typo in comments in readline.c (GH-23911)

This commit is contained in:
Jero Bado 2020-12-29 20:26:57 +08:00 committed by GitHub
parent 030a713183
commit a4258e8cd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: