From 83b37cfc4f03168b97fc6f224624fe1ec2414d9e Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 6 Dec 2008 01:05:57 +0000 Subject: [PATCH] rdoc update. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process.c b/process.c index 7348863f56..a7fabfc70c 100644 --- a/process.c +++ b/process.c @@ -1722,7 +1722,7 @@ rb_exec_arg_fixup(struct rb_exec_arg *e) * [cmdname, argv0], arg1, ... : command name and arguments including argv[0] (no shell) * * If single string is given as the command, - * it is taken as a line that is subject to shell expansion before being executed. + * it is taken as a command line that is subject to shell expansion before being executed. * * If two or more +string+ given, * the first is taken as a command name and