summaryrefslogtreecommitdiff
path: root/ext/pty/pty.c
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-16 04:25:07 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-16 04:25:07 +0000
commitcb153527c46b7f1f61355fe181ac5e2f7a28a7d7 (patch)
tree51443ca2b64c3e2b7aba97c95572f43af453d835 /ext/pty/pty.c
parentb90bac322b133d7e03eb0a2d9f4fe55b2a4fafa0 (diff)
[doc] Fix grammar typo in Pty_init() docstring [ci skip]
[Fix GH-2014] From: Olle Jonsson <olle.jonsson@gmail.com> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/pty/pty.c')
-rw-r--r--ext/pty/pty.c2
1 files changed, 1 insertions, 1 deletions
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