From cb153527c46b7f1f61355fe181ac5e2f7a28a7d7 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Fri, 16 Nov 2018 04:25:07 +0000 Subject: [doc] Fix grammar typo in Pty_init() docstring [ci skip] [Fix GH-2014] From: Olle Jonsson git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/pty/pty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pty/pty.c') diff --git a/ext/pty/pty.c b/ext/pty/pty.c index fc2e529408..10eb0ac312 100644 --- a/ext/pty/pty.c +++ b/ext/pty/pty.c @@ -680,7 +680,7 @@ static VALUE cPTY; /* * Document-class: PTY * - * Creates and managed pseudo terminals (PTYs). See also + * Creates and manages pseudo terminals (PTYs). See also * http://en.wikipedia.org/wiki/Pseudo_terminal * * PTY allows you to allocate new terminals using ::open or ::spawn a new -- cgit v1.2.3