From bc6286b33cfffd7cbbe8f68f03c31cd32cbf0679 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 24 Sep 2016 02:28:25 +0000 Subject: fid typos [ci skip] * fix typos, "a" before "Integer" to "an". [Fix GH-1438] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56225 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process.c') diff --git a/process.c b/process.c index eb84d8a675..aaaf846684 100644 --- a/process.c +++ b/process.c @@ -4188,7 +4188,7 @@ rb_f_system(int argc, VALUE *argv) * * pid = spawn(command, :umask=>077) * - * The :in, :out, :err, a integer, an IO and an array key specifies a redirection. + * The :in, :out, :err, an integer, an IO and an array key specifies a redirection. * The redirection maps a file descriptor in the child process. * * For example, stderr can be merged into stdout as follows: -- cgit v1.2.3