diff options
Diffstat (limited to 'ext/readline/readline.c')
-rw-r--r-- | ext/readline/readline.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/readline/readline.c b/ext/readline/readline.c index f044eb8814..3380720f47 100644 --- a/ext/readline/readline.c +++ b/ext/readline/readline.c @@ -1314,12 +1314,12 @@ readline_s_get_completion_append_character(VALUE self) * Readline.completion_quote_character -> char * * When called during a completion (e.g. from within your completion_proc), - * it will return a string containing the chracter used to quote the + * it will return a string containing the character used to quote the * argument being completed, or nil if the argument is unquoted. * * When called at other times, it will always return nil. * - * Note that ``Readline.completer_quote_characters`` must be set, + * Note that Readline.completer_quote_characters must be set, * or this method will always return nil. */ static VALUE |