diff options
author | ktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-05-19 03:10:21 +0000 |
---|---|---|
committer | ktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-05-19 03:10:21 +0000 |
commit | edb98f8b910b00be16868b21116924cffad785b9 (patch) | |
tree | eb98e40557395aa10c68c9bba496b62ff11a9369 /ext/readline/readline.c | |
parent | 67964f299b671c9b29257c7a62000bfbadb4c556 (diff) |
fix typos. Patch by k_takata.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/readline/readline.c')
-rw-r--r-- | ext/readline/readline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/readline/readline.c b/ext/readline/readline.c index a4c51c646a..388f5e4bf6 100644 --- a/ext/readline/readline.c +++ b/ext/readline/readline.c @@ -302,7 +302,7 @@ readline_get(VALUE prompt) * 1. stdin is not tty. * 2. stdin was closed. (errno is EBADF after called isatty(2).) * - * This method supports thread. Switchs the thread context when waits + * This method supports thread. Switches the thread context when waits * inputting line. * * Supports line edit when inputs line. Provides VI and Emacs editing mode. |